non-empty-containers

[ bsd3, library, unclassified ] [ Propose Tags ]

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.1.2.0, 0.1.4.0
Dependencies base (>=4.11 && <5), containers (>=0.5.10 && <0.7), semigroupoids (>=5.2.0 && <6.0) [details]
License BSD-3-Clause
Copyright 2018 Andrew Martin
Author Andrew Martin
Maintainer andrew.thaddeus@gmail.com
Home page https://github.com/andrewthad/non-empty-containers#readme
Bug tracker https://github.com/andrewthad/non-empty-containers/issues
Source repo head: git clone https://github.com/andrewthad/non-empty-containers
Uploaded by fosskers at 2018-12-30T15:29:59Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1995 total (16 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-12-30 [all 1 reports]

Readme for non-empty-containers-0.1.4.0

[back to package description]

non-empty-containers

non-empty-containers provides two new data structures, NonEmptyMap and NonEmptySet, by extending Haskell's built-in Map and Set data structures.

Both structures are guaranteed to contain at least one element.