https://github.com/obsidiansystems/commutative-semigroups
https://github.com/obsidiansystems/commutative-semigroups
haskell
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/obsidiansystems/commutative-semigroups
- Owner: obsidiansystems
- License: other
- Created: 2022-01-06T22:45:16.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-01T19:32:25.000Z (3 months ago)
- Last Synced: 2025-03-26T10:21:13.428Z (about 2 months ago)
- Topics: haskell
- Language: Haskell
- Size: 63.5 KB
- Stars: 3
- Watchers: 8
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Commutative Semigroup
[](https://haskell.org) [](https://hackage.haskell.org/package/commutative-semigroups) [](https://github.com/reflex-frp/commutative-semigroups/LICENSE)
A commutative semigroup is a semigroup where the order of arguments to mappend does not matter.
```haskell
class Semigroup g => Commutative g
```