Skip to content

Commit 3342ddc

Browse files
committed
Fix the fixity declaration of _!|>_ (#207)
1 parent fd6030d commit 3342ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Function/Strict.agda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ private
2020
a b : Level
2121
A B : Set a
2222

23-
infixl 0 _!|>_ _!|>′_
23+
infixl 0 _!|>_ _!|>′_
2424
infixr -1 _$!_ _$!′_
2525

2626
------------------------------------------------------------------------

0 commit comments

Comments
 (0)