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 276a5e5 commit c48a6e6Copy full SHA for c48a6e6
src/Data/Semigroup.purs
@@ -18,7 +18,8 @@ import Type.Data.RowList (RLProxy(..))
18
-- | - Associativity: `(x <> y) <> z = x <> (y <> z)`
19
-- |
20
-- | One example of a `Semigroup` is `String`, with `(<>)` defined as string
21
--- | concatenation.
+-- | concatenation. Another example is `List a`, with `(<>)` defined as
22
+-- | list concatenation.
23
class Semigroup a where
24
append :: a -> a -> a
25
0 commit comments