nonemptymap: A NonEmptyMap Implementation

[ bsd3, data-structures, library ] [ Propose Tags ]

This package intends to allow general use of a NonEmptyMap which is very beneficial as sometimes you want the functionality this provides.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.6.0
Dependencies base (>=4.7 && <5), containers (>=0.5.8 && <0.7), semigroupoids (>=5 && <6) [details]
License BSD-3-Clause
Copyright 2018 Christopher Davenport
Author Christopher Davenport
Maintainer Chris@ChristopherDavenport.tech
Category Data Structures
Home page https://github.com/ChristopherDavenport/nonemptymap#readme
Source repo head: git clone https://github.com/ChristopherDavenport/nonemptymap
Uploaded by ChristopherDavenport at 2018-11-10T16:21:55Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2708 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-10 [all 1 reports]

Readme for nonemptymap-0.0.6.0

[back to package description]

Data.Map.NonEmpty - NonEmptyMap Build Status Hackage GitHub issues

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.