string-isos: Tools for working with isomorphisms of strings
Haskell has 5 common string types, Text, Lazy Text, ByteString, Lazy ByteString, and String ([Char]). Assuming utf8 encoding, we can make the pain of these conflicts much less via polymorphism.
Downloads
- string-isos-0.1.0.1.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, 0.1.0.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.9 && <4.10.2), bytestring (>=0.10.8 && <0.11), mono-traversable (>=1.0.2 && <1.1), safe (>=0.3.15 && <0.4), text (>=1.2.2 && <1.3), type-iso (>=0.1.0 && <0.2) [details] |
License | BSD-3-Clause |
Author | Isaac Shapira |
Maintainer | fresheyeball@gmail.com |
Category | Text |
Source repo | head: git clone https://gitlab.com/fresheyeball/String-Iso.git |
Uploaded | by fresheyeball at 2018-02-03T00:05:24Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1223 total (9 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-02-03 [all 1 reports] |