Skip to content

Commit 50a4e7c

Browse files
committed
fix: attach fixity to the new, AND olds, declaration
1 parent c5ec4b8 commit 50a4e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Function/Base.agda

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ constᵣ _ = id
4444
infixr 9 _∘_ _∘₂_
4545
infixl 8 _ˢ_
4646
infixl 0 _|>_
47-
infix 0 case_returning_of_
47+
infix 0 case_returning_of_ case_return_of_
4848
infixr -1 _$_
4949

5050
-- Composition

0 commit comments

Comments
 (0)