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 50c740c commit d2b7d39Copy full SHA for d2b7d39
README.md
@@ -30,8 +30,7 @@ You can turn a `Rational` to a `Number`:
30
31
For example, one limitation with `Rational` is that it can easily overflow
32
the 32-bit PureScript `Int`. You can get around this problem by using
33
-[`BigInt`](https://pursuit.purescript.org/packages/purescript-bigints/3.1.0/doc
34
-s/Data.BigInt#t:BigInt).
+[`BigInt`](https://pursuit.purescript.org/packages/purescript-bigints/3.1.0/docs/Data.BigInt#t:BigInt).
35
36
```
37
> import Data.Ratio ((%), reduce)
0 commit comments