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

  • Data
    • Data.EnumMap
      • Data.EnumMap.Lazy
      • Data.EnumMap.Strict
    • Data.EnumSet
Used by 3 packages in nightly-2018-09-25(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.