@hackage enummapset0.2.0
IntMap and IntSet with Enum keys/elements.
Categories
License
BSD-3-Clause
Maintainer
Michal Terepeta <michal.terepeta@gmail.com>
Links
Versions
Installation
Dependencies (2)
- base <4.7
- containers >=0.5 && <0.6 Show all…
Dependents (24)
@hackage/board-games, @hackage/prettyprinter-combinators, @hackage/bayes-stack, @hackage/tlex-encoding, @hackage/Agda, @hackage/Hayoo, Show all…
This package contains simple wrappers around Data.IntMap and
Data.IntSet with Enum keys and elements respectively.
Especially useful for Ints wrapped with newtype.