enummapset: IntMap and IntSet with Enum keys/elements.

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

This package contains simple wrappers around Data.IntMap and Data.IntSet with Enum keys and elements respectively. Especially useful for Ints wrapped with newtype.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
debug

Debug build (more warnings, etc.)

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.1.0, 0.2.0, 0.5.2.0, 0.5.2.1, 0.5.2.2, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.7.0.0, 0.7.1.0, 0.7.2.0
Dependencies base (>=4.6 && <5), containers (>=0.5.2 && <0.7), deepseq, semigroups (>=0.1 && <1.0) [details]
License BSD-3-Clause
Author Michal Terepeta
Maintainer Mikolaj Konarski <mikolaj.konarski@funktory.com>
Category Data Structures
Home page https://github.com/Mikolaj/enummapset
Bug tracker https://github.com/Mikolaj/enummapset/issues
Source repo head: git clone https://github.com/Mikolaj/enummapset.git
Uploaded by MikolajKonarski at 2019-07-28T07:20:01Z
Distributions Arch:0.7.2.0, Debian:0.6.0.3, LTSHaskell:0.7.2.0, NixOS:0.7.2.0, Stackage:0.7.2.0
Reverse Dependencies 18 direct, 40 indirect [details]
Downloads 12180 total (192 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-28 [all 1 reports]

Readme for enummapset-0.6.0.2

[back to package description]

Enummapset

Build Status Hackage

This package contains simple wrappers around 'Data.IntMap' and 'Data.IntSet' with 'Enum' keys and elements respectively. Especially useful for 'Int's wrapped with newtype.

Copyright (c) 2011-2019 Michal Terepeta

Copyright (c) 2019 Mikolaj Konarski and others (see git history)