Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.4% dependent packages on hackage.haskell.org

hackage.haskell.org : enummapset-th

This package wraps IntSet and IntMap from containers, and provides fast sets and maps keyed on any data type with a well-behaved Enum instance. Useful for derived Enums, newtype'd Ints, or any data type that can be packed into an Int: just implement fromEnum and toEnum. The boilerplate is generated using Template Haskell, so unlike enummapset it's easier to maintain and keep up-to-date with containers. On the downside, it's less portable. Note that Data.EnumMap.Lazy and Data.EnumMap.Strict provide distinct newtype wrappers, and their respective Functor instances behave as expected, unlike that of IntMap which is alway lazy.

Registry - Source - JSON
purl: pkg:hackage/enummapset-th
Keywords: bsd3, data, library
License: BSD-3-Clause
Latest release: almost 4 years ago
First release: over 11 years ago
Dependent packages: 9
Dependent repositories: 16
Downloads: 10,137 total
Stars: 6 on GitHub
Forks: 7 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 29 days ago

    Loading...
    Readme
    Loading...