Idris2-boot/src/Algebra
André Videla 6d63dad4b1 Replace RigCount by Semiring operations
This replaces all occurences of pattern matching on RigCount
by functions on generic semirings like `ring0` (erased) `ring1`
(linear) and `maxVal` (unbounded)

Pattern matching is replaced by `isRig1`, `isRig0` or `elimSemi`.
2020-04-22 20:31:38 +01:00
..
Preorder.idr Replace RigCount by Semiring operations 2020-04-22 20:31:38 +01:00
Semiring.idr Replace RigCount by Semiring operations 2020-04-22 20:31:38 +01:00
ZeroOneOmega.idr Replace RigCount by Semiring operations 2020-04-22 20:31:38 +01:00