Closed amahboubi closed 1 year ago
For natural numbers, I would recommend using lia
instead for now. However, we will eventually be able to add the semiring structure to the hierarchy (MathComp 2.0 required), and then it makes sense to implement a tactic for semirings.
Aha, but ssrnat
adapts ring
to nat
equations. So this is indeed bad.
But may be could we consider changing this in ssrnat
.
Is
ring
supposed to eventually work for typenat
? For semi-rings in general? Note thatring
does not fail if we remove theRequire Import ring
line.