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:
Rational
is now a newtype overRatio BigInt
.- numerator and denominator now return
BigInt
instead ofInt
New features:
%
is polymorphic. It acceptsInt -> Int -> Rational
orBigInt -> BigInt -> Rational
.