packages feed

enummapset-0.7.0.0: README.md

Enummapset
==========

[![Haskell-CI](https://github.com/Mikolaj/enummapset/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/Mikolaj/enummapset/actions/workflows/haskell-ci.yml)
[![Hackage](https://img.shields.io/hackage/v/enummapset.svg)](https://hackage.haskell.org/package/enummapset)

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
---------

Copyright (c) 2011-2019 Michal Terepeta

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