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

[ bsd3, data, library ] [ Propose Tags ]

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
Change log CHANGELOG.md
Dependencies base (>=4 && <5), monoidal-containers (>=0.6 && <0.7), reflex (>=0.8 && <0.9), witherable (>=0.3 && <0.5) [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 abrar at 2021-11-18T19:43:06Z
Distributions NixOS:0.2.0.0
Downloads 245 total (7 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.1.1.0

[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.