File: README.md

package info (click to toggle)
haskell-enummapset 0.7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: haskell: 1,619; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)