-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
I'm not so sure about the monoid section, where it's stated that:
Array concatenation also forms a monoid
With the example:
[1, 2].concat([3, 4])
I don't feel like array concatenation satisfies "associativity" at all, since a.concat(b)
clearly differs from b.concat(a)
. Can someone explain this for me?
Metadata
Metadata
Assignees
Labels
No labels