Skip to content

Commit c78f6b3

Browse files
committed
Raised precedence of (#).
1 parent e341c63 commit c78f6b3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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

src/Prelude.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ unit :: Unit
4242
unit = Unit {}
4343

4444
infixr 0 $
45-
infixl 0 #
45+
infixl 1 #
4646

4747
-- | Applies a function to its argument.
4848
-- |

0 commit comments

Comments
 (0)