https://github.com/athanclark/commutative
Class for Commutative binary operations.
https://github.com/athanclark/commutative
commutativity haskell operators
Last synced: 7 months ago
JSON representation
Class for Commutative binary operations.
- Host: GitHub
- URL: https://github.com/athanclark/commutative
- Owner: athanclark
- License: mit
- Created: 2015-07-25T01:33:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T21:29:21.000Z (over 7 years ago)
- Last Synced: 2024-12-28T16:37:55.528Z (over 1 year ago)
- Topics: commutativity, haskell, operators
- Language: Haskell
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
commutative
===========
> Semantics for commutative operations in Haskell
## Idea
There isn't a class for commutative binary operations, and this is an attempt
at making one.