Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obsidiansystems/monoid-map
Newtype wrapper around 'Data.Map.Monoidal.MonoidalMap' that has a correct 'Group' instance.
https://github.com/obsidiansystems/monoid-map
haskell
Last synced: about 23 hours ago
JSON representation
Newtype wrapper around 'Data.Map.Monoidal.MonoidalMap' that has a correct 'Group' instance.
- Host: GitHub
- URL: https://github.com/obsidiansystems/monoid-map
- Owner: obsidiansystems
- License: bsd-3-clause
- Created: 2021-11-17T08:11:06.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T20:22:02.000Z (over 1 year ago)
- Last Synced: 2024-04-26T02:30:55.252Z (7 months ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# monoid-map
[![Haskell](https://img.shields.io/badge/language-Haskell-orange.svg)](https://haskell.org) [![Hackage](https://img.shields.io/hackage/v/monoid-map.svg)](https://hackage.haskell.org/package/monoid-map) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/monoid-map/badge)](https://matrix.hackage.haskell.org/#/package/monoid-map) [![Github CI](https://github.com/obsidiansystems/monoid-map/workflows/github-action/badge.svg)](https://github.com/obsidiansystems/monoid-map/actions) [![BSD3 License](https://img.shields.io/badge/license-BSD3-blue.svg)](https://github.com/obsidiansystems/monoid-map/blob/master/LICENSE)Newtype wrapper around 'Data.Map.Monoidal.MonoidalMap' that has a correct 'Group' instance.