Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obsidiansystems/commutative-semigroups
https://github.com/obsidiansystems/commutative-semigroups
haskell
Last synced: about 24 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/obsidiansystems/commutative-semigroups
- Owner: obsidiansystems
- License: other
- Created: 2022-01-06T22:45:16.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-18T12:33:19.000Z (6 months ago)
- Last Synced: 2024-05-18T13:36:34.316Z (6 months ago)
- Topics: haskell
- Language: Haskell
- Size: 61.5 KB
- Stars: 4
- Watchers: 8
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Commutative Semigroup
[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org) [![Hackage](https://img.shields.io/hackage/v/commutative-semigroups.svg)](https://hackage.haskell.org/package/commutative-semigroups) [![BSD3 License](https://img.shields.io/badge/license-BSD3-blue.svg)](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
```