We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85ddb5 commit 53f955bCopy full SHA for 53f955b
CHANGELOG.md
@@ -11,3 +11,13 @@ New features:
11
Bugfixes:
12
13
Other improvements:
14
+
15
+## v6.0.0
16
17
+Breaking changes:
18
19
+- `Rational` is now a newtype over `Ratio BigInt`.
20
+- numerator and denominator now return `BigInt` instead of `Int`
21
22
+New features:
23
+- `%` is polymorphic. It accepts `Int -> Int -> Rational` or `BigInt -> BigInt -> Rational`.
0 commit comments