enummapset

IntMap and IntSet with Enum keys/elements.

https://github.com/michalt/enummapset

Version on this page:0.5.2.2
LTS Haskell 22.36:0.7.3.0
Stackage Nightly 2024-10-03: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.2@sha256:5ed01e64fa5bde1763eb4b7e7ba7be8f7c801df671c535e2fe59b6a7d12a240d,1179

Module documentation for 0.5.2.2

Used by 3 packages in lts-12.26(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.