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, 0.1.1.0, 0.2 (info)
Change log ChangeLog.md
Dependencies base (>=4.6 && <4.18), containers (>=0.4 && <0.7) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Nathan van Doorn, 2021–2022 Obsidian Systems LLC
Author Nathan "Taneb" van Doorn
Maintainer maintainer@obsidian.systems
Revised Revision 3 made by JohnEricson at 2022-10-06T00:28:45Z
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-06-12T16:19:30Z
Distributions Arch:0.1.0.2, Fedora:0.1.0.1, LTSHaskell:0.1.1.0, NixOS:0.1.0.2, Stackage:0.1.1.0, openSUSE:0.1.0.2
Reverse Dependencies 7 direct, 158 indirect [details]
Downloads 2929 total (265 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-06-12 [all 1 reports]

Readme for commutative-semigroups-0.1.0.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