obsidiansystems / commutative-semigroups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commutative Semigroup

Haskell Hackage BSD3 License

A commutative semigroup is a semigroup where the order of arguments to mappend does not matter.

class Semigroup g => Commutative g

About

License:Other


Languages

Language:Haskell 100.0%