Skip to content

Commit d9544bd

Browse files
committed
Make all (<|>) go in <code> tags
1 parent 965b249 commit d9544bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Alt.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ infixl 3 <|>
1212
-- | - Associativity: `(x <|> y) <|> z == x <|> (y <|> z)`
1313
-- |
1414
-- | For example, the `Array` (`[]`) type is an instance of `Alt`, where
15-
-- | (<|>) is defined to be concatenation.
15+
-- | `(<|>)` is defined to be concatenation.
1616
class (Functor f) <= Alt f where
1717
(<|>) :: forall a. f a -> f a -> f a

0 commit comments

Comments
 (0)