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 e341c63 commit c78f6b3Copy full SHA for c78f6b3
docs/Prelude.md
@@ -1013,6 +1013,13 @@ instance boundedOrdering :: Bounded Ordering
1013
```
1014
1015
1016
+#### `boundedInt`
1017
+
1018
+``` purescript
1019
+instance boundedInt :: Bounded Int
1020
+```
1021
1022
1023
#### `Lattice`
1024
1025
``` purescript
src/Prelude.purs
@@ -42,7 +42,7 @@ unit :: Unit
42
unit = Unit {}
43
44
infixr 0 $
45
-infixl 0 #
+infixl 1 #
46
47
-- | Applies a function to its argument.
48
-- |
0 commit comments