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

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
Dependencies aeson (>=1.3 && <2.3), base (>=4.6 && <5), containers (>=0.5.11 && <0.8), deepseq (>=1.2 && <1.6), semigroups (>=0.1 && <1.0) [details]
License BSD-3-Clause
Author Michal Terepeta and others
Maintainer Mikolaj Konarski <mikolaj.konarski@funktory.com>
Revised Revision 1 made by MikolajKonarski at 2024-02-05T08:58:42Z
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 2023-11-17T10:23:15Z
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 11976 total (185 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 2023-11-17 [all 1 reports]

Readme for enummapset-0.7.2.0

[back to package description]

Enummapset

Haskell-CI 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-2022 Mikolaj Konarski and others (see git history)