Skip to content

Commit

Permalink
[ compat ] add export modifier to operator decls
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-hoeck committed Apr 5, 2024
1 parent 2149fbd commit 74d2c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monocle/Compose.idr
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public export
interface OSeq (0 k,l,m : Type -> Type -> Type -> Type -> Type) | k,l where
seq : k s t a b -> l a b c d -> m s t c d

infixl 9 .>
export infixl 9 .>

public export %inline
(.>) : {0 k,l,m : _} -> k s t a b -> l a b c d -> OSeq k l m => m s t c d
Expand Down

0 comments on commit 74d2c30

Please sign in to comment.