type-iso: Typeclasses for injective relations and isomorphisms between types.
This package defines "can be cast to" relations between types: two types a and b are an instance of Injective if there's an injective function from a to b. If there is also an injective function from b to a, a and b are instances of Iso, meaning that one can convert back and forth losslessly (up to some appropriate notion of equality). The main purpose of this little package is to provide easy casting between the common string types (String, strict/lazy Text) and numeric types (Integers, Peano numbers), without having to look up the names of the various conversion functions all the time.
Downloads
- type-iso-1.0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 1.0.0.0, 1.0.1.0 |
---|---|
Change log | changelog.txt |
Dependencies | base (>=4.7 && <5), containers (>=0.5.6.2), data-default (>=0.5), nats (>=0.2), numericpeano (>=0.2), text (>=1.1), vector (>=0.5), vector-builder (>=0.3.7) [details] |
License | Apache-2.0 |
Author | Janos Tapolczai |
Maintainer | janos.tapolczai@gmail.com |
Category | Data, Cast, Types |
Home page | https://github.com/ombocomp/type-iso |
Source repo | head: git clone https://github.com/ombocomp/type-iso.git |
Uploaded | by jtapolczai2 at 2019-06-25T10:32:06Z |
Distributions | NixOS:1.0.1.0 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 2309 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-06-26 [all 1 reports] |