An open API service indexing awesome lists of open source software.

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.

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.