rszczers / enummapset

IntMap and IntSet with Enum keys/elements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Copyright (c) 2011-2019 Michal Terepeta

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

About

IntMap and IntSet with Enum keys/elements.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%