@hackage int-like0.3.1
Newtype wrappers over IntSet and IntMap
Categories
License
BSD-3-Clause
Maintainer
ejconlon@gmail.com
Links
Versions
Installation
Dependencies (5)
- algebraic-graphs >=0.7 && <0.9
- base >=4.12 && <5
- containers >=0.6 && <0.9
- deepseq >=1.4 && <1.6
- hashable >=1.3 && <1.6 Show all…
Dependents (2)
@hackage/unimap, @hackage/overeasy
int-like
Newtype wrappers over IntSet and IntMap
Never mix up Int newtypes again! Instead of working directly with an IntSet, you can work with IntLikeSet MyIntNewtype with more or less the same API. You might have to thread through some Coercible constraints, though.