Changelog for modular-arithmetic-2.0.0.1
2.0.0.0
- replaced Integralinstance withFractionalinstance (see #8 and #14)
- added a constraint to ensure the type-level modulus is never 0
- made invreturnMaybeinstead of raising an error
- misc. refactoring and improvements
1.2.1.3
- fixed a name clash with GHC.TypeLits for base >= 4.11.0
1.2.1.2
- exported the /type operator withExplicitNamespacesenabled to
support GHC 8. Should be backwards compatible through GHC 7.6.
1.2.1.1
- added a basic test suite with doctests
1.2.1.0
- changed Integralimplementation:quotRemnow uses modular inversion!
- added invfor modular inversion
- added SomeModdata type for modular number with unknown modulus
- added modValandsomeModValhelpers similar to ones inGHC.TypeLits