Commit 51f2ffb
committed
Add a fallback for is_known(characteristic, ::NCRing)
... to force ring implementations to provide at least one of
characteristic(R) and is_known(characteristic, R) if they want to
pass the conformance tests.
This is the only way I can see to stop rings from implementing
characteristic for their ring type but forgetting to also provide
a matching is_known(characteristic, R).1 parent 36cfb14 commit 51f2ffb
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
232 | 239 | | |
233 | 240 | | |
234 | 241 | | |
| |||
0 commit comments