commutative-semigroups: Commutative semigroups

[ algebra, bsd3, data, library, math ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0, 0.0.1.0, 0.0.2.0, 0.1.0.0, 0.1.0.1, 0.1.0.2
Change log ChangeLog.md
Dependencies base (>=4.6 && <5) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Nathan van Doorn, 2021 Obsidian Systems LLC
Author Nathan "Taneb" van Doorn
Maintainer maintainer@obsidian.systems
Revised Revision 1 made by JohnEricson at 2022-10-06T00:29:04Z
Category Algebra, Data, Math
Bug tracker https://github.com/ObsidianSystems/commutative-semigroups/issues
Source repo head: git clone https://github.com/ObsidianSystems/commutative-semigroups.git
Uploaded by JohnEricson at 2022-01-29T00:02:09Z
Distributions Arch:0.1.0.2, Fedora:0.1.0.1, LTSHaskell:0.1.0.2, NixOS:0.1.0.2, Stackage:0.1.0.2, openSUSE:0.1.0.2
Reverse Dependencies 7 direct, 158 indirect [details]
Downloads 2657 total (188 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for commutative-semigroups-0.0.1.0

[back to package description]

Commutative Semigroup

Haskell Hackage Hackage CI BSD3 License

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

class Semigroup g => Commutative g