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

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 && <4.20), containers (>=0.4 && <0.8) [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
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 MarioBlazevic at 2023-12-22T14:22:28Z
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 available [build log]
Last success reported on 2023-12-22 [all 1 reports]

Readme for commutative-semigroups-0.1.0.2

[back to package description]

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