We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965b249 commit d9544bdCopy full SHA for d9544bd
src/Control/Alt.purs
@@ -12,6 +12,6 @@ infixl 3 <|>
12
-- | - Associativity: `(x <|> y) <|> z == x <|> (y <|> z)`
13
-- |
14
-- | For example, the `Array` (`[]`) type is an instance of `Alt`, where
15
--- | (<|>) is defined to be concatenation.
+-- | `(<|>)` is defined to be concatenation.
16
class (Functor f) <= Alt f where
17
(<|>) :: forall a. f a -> f a -> f a
0 commit comments