Commit 56144fe
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 7d760b2 commit 56144fe
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
216 | 223 | | |
217 | 224 | | |
218 | 225 | | |
| |||
0 commit comments