enummapset

IntMap and IntSet with Enum keys/elements.

https://github.com/michalt/enummapset

Version on this page:0.5.2.1
LTS Haskell 22.39:0.7.3.0
Stackage Nightly 2024-10-27:0.7.3.0
Latest on Hackage:0.7.3.0

See all snapshots enummapset appears in

BSD-3-Clause licensed by Michal Terepeta
Maintained by Michal Terepeta
This version can be pinned in stack with:enummapset-0.5.2.1@sha256:73047c51c82f00ac986bb5a81896bc7877f9153cb325ab8430692a02fe6f940b,1149

Module documentation for 0.5.2.1

Used by 1 package in lts-7.24(full list with versions):

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