enummapset: IntMap and IntSet with Enum keys/elements.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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


[Skip to Readme]

Properties

Versions 0.0.1, 0.1.0, 0.2.0, 0.5.2.0, 0.5.2.1, 0.5.2.2, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.3, 0.7.0.0, 0.7.1.0, 0.7.2.0
Change log None available
Dependencies base (>=4.6 && <5), containers (>=0.5.2 && <0.7), deepseq, semigroups (>=0.1 && <1.0) [details]
License BSD-3-Clause
Author Michal Terepeta
Maintainer Mikolaj Konarski <mikolaj.konarski@funktory.com>
Category Data Structures
Home page https://github.com/Mikolaj/enummapset
Bug tracker https://github.com/Mikolaj/enummapset/issues
Source repo head: git clone https://github.com/Mikolaj/enummapset.git
Uploaded by MikolajKonarski at 2020-05-31T20:24:44Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
debug

Debug build (more warnings, etc.)

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for enummapset-0.6.0.3

[back to package description]

Enummapset

Build Status 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-2020 Mikolaj Konarski and others (see git history)