Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Breaking changes:
New features:
Bugfixes:
- Qualified Data.Int and Data.Ratio imports generate warnings (#44).
Other improvements:
Breaking changes:
Rationalis now a newtype overRatio BigInt.- numerator and denominator now return
BigIntinstead ofInt
New features:
%is polymorphic. It acceptsInt -> Int -> RationalorBigInt -> BigInt -> Rational.