Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopherdavenport/nonemptymap
NonEmpty Map Libary
https://github.com/christopherdavenport/nonemptymap
Last synced: 19 days ago
JSON representation
NonEmpty Map Libary
- Host: GitHub
- URL: https://github.com/christopherdavenport/nonemptymap
- Owner: ChristopherDavenport
- License: bsd-3-clause
- Created: 2018-06-20T16:02:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T21:34:18.000Z (over 2 years ago)
- Last Synced: 2024-10-09T08:22:04.276Z (about 1 month ago)
- Language: Haskell
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data.Map.NonEmpty - NonEmptyMap [![Build Status](https://travis-ci.com/ChristopherDavenport/nonemptymap.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/nonemptymap) [![Hackage](https://img.shields.io/hackage/v/nonemptymap.svg)](https://hackage.haskell.org/package/nonemptymap) [![GitHub issues](https://img.shields.io/github/issues/ChristopherDavenport/nonemptymap.svg)](https://github.com/ChristopherDavenport/nonemptymap)
This map implementation is a NonEmptyMap that can be used where that is necessary. Hopefully slowly porting over more and more functions from the containers libraries.
There is a lot more work to be done, so please feel free to help get this operational.