Skip to content

Commit 7947862

Browse files
committed
Bounded Int docs
1 parent 036bbec commit 7947862

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/Prelude.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,13 @@ instance boundedOrdering :: Bounded Ordering
10131013
```
10141014

10151015

1016+
#### `boundedInt`
1017+
1018+
``` purescript
1019+
instance boundedInt :: Bounded Int
1020+
```
1021+
1022+
10161023
#### `Lattice`
10171024

10181025
``` purescript

0 commit comments

Comments
 (0)