@hackage enummapset0.5.2.2
IntMap and IntSet with Enum keys/elements.
Categories
License
BSD-3-Clause
Maintainer
Michal Terepeta <michal.terepeta@gmail.com>
Links
Versions
Installation
Dependencies (4)
- base <5
- containers >=0.5.2 && <0.6
- deepseq
- semigroups >=0.1 && <1.0 Show all…
Dependents (24)
@hackage/board-games, @hackage/prettyprinter-combinators, @hackage/bayes-stack, @hackage/tlex-encoding, @hackage/Agda, @hackage/Hayoo, Show all…
Package Flags
debug
(off by default)
Debug build (more warnings, etc.)
This package contains simple wrappers around Data.IntMap and
Data.IntSet with Enum keys and elements respectively.
Especially useful for Ints wrapped with newtype.