@hackage / enummapset

IntMap and IntSet with Enum keys/elements.

Latest0.7.3.0

About

Metadata

  • Last updated , by MikolajKonarski
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: Mikolaj Konarski <mikolaj.konarski@funktory.com>

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.8.2
  2. 9.6.6
  3. 9.4.8
  4. 9.2.8
  5. 9.0.2
  6. 8.10.7
  7. 8.8.4
  8. 8.6.5
  9. 8.4.4

Package Flags

Use the -f option with cabal commands to enable flags

    debug (off by default)

    Debug build (more warnings, etc.)

Readme

Enummapset

Haskell-CI Hackage

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

Copyright (c) 2011-2019 Michal Terepeta

Copyright (c) 2019-2022 Mikolaj Konarski and others (see git history)