type-iso: Typeclasses for injective relations and isomorphisms between types.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
Properties
Versions | 0.1.0.0, 0.1.0.0, 1.0.0.0, 1.0.1.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.7 && <5), data-default (>=0.5), nats (>=0.2), numericpeano (>=0.2), text (>=1.1) [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 jtapolczai at 2015-01-01T22:07:11Z |
Modules
[Index]
Downloads
- type-iso-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees