enummapset: IntMap and IntSet with Enum keys/elements.

[ bsd3, data-structures, library ] [ Propose Tags ] [ Report a vulnerability ]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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, 0.7.3.0
Dependencies base (>=4.6 && <4.20), containers (>=0.5.2 && <0.7), deepseq, semigroups (>=0.1 && <1.0) [details]
Tested with ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.3
License BSD-3-Clause
Author Michal Terepeta
Maintainer Mikolaj Konarski <mikolaj.konarski@funktory.com>
Revised Revision 1 made by Bodigrim at 2025-10-08T23:08:36Z
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.3.0, Debian:0.6.0.3, Fedora:0.7.3.0, LTSHaskell:0.7.3.0, NixOS:0.7.3.0, Stackage:0.7.3.0
Reverse Dependencies 22 direct, 51 indirect [details]
Downloads 14806 total (45 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)