int-like: Newtype wrappers over IntSet and IntMap

[ bsd3, data-structures, library ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/ejconlon/int-like#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2
Dependencies algebraic-graphs (>=0.7 && <0.8), base (>=4.12 && <5), containers (>=0.6 && <0.7), deepseq (>=1.4 && <1.5), hashable (>=1.3 && <1.5) [details]
License BSD-3-Clause
Copyright (c) 2022 Eric Conlon
Author Eric Conlon
Maintainer ejconlon@gmail.com
Category Data Structures
Home page https://github.com/ejconlon/int-like#readme
Bug tracker https://github.com/ejconlon/int-like/issues
Source repo head: git clone https://github.com/ejconlon/int-like
Uploaded by ejconlon at 2023-11-25T22:24:14Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 142 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-11-25 [all 1 reports]

Readme for int-like-0.1.2

[back to package description]

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.