monoid-map: A monoidal map with the right group instance

[ bsd3, data, library ] [ Propose Tags ] [ Report a vulnerability ]

Newtype wrapper around Data.Map.Monoidal.MonoidalMap that has a correct Group instance. The Group instance for Data.MonoidMap has a unique neutral element, as compared to Data.Map.Monoidal.MonoidalMap.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.0.1
Change log CHANGELOG.md
Dependencies base (>=4 && <5), commutative-semigroups (>=0.1 && <0.3), monoidal-containers (>=0.6 && <0.7), patch (>=0.0.8.0 && <0.1), reflex (>=0.8 && <1), witherable (>=0.4 && <0.6) [details]
License BSD-3-Clause
Copyright (c) 2021 Obsidian Systems LLC
Author Obsidian Systems LLC
Maintainer maintainer@obsidian.systems
Category Data
Home page https://github.com/obsidiansystems/monoid-map
Bug tracker https://github.com/obsidiansystems/monoid-map/issues
Source repo head: git clone https://github.com/obsidiansystems/monoid-map
Uploaded by alexfmpe at 2025-01-14T01:37:07Z
Distributions NixOS:0.2.0.0
Downloads 335 total (25 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 monoid-map-0.2.0.1

[back to package description]

monoid-map

Haskell Hackage Hackage CI Github CI BSD3 License

Newtype wrapper around 'Data.Map.Monoidal.MonoidalMap' that has a correct 'Group' instance.