@hackage string-isos0.1.0.1
Tools for working with isomorphisms of strings
Categories
License
BSD-3-Clause
Maintainer
fresheyeball@gmail.com
Links
Versions
Installation
Dependencies (6)
- base >=4.9 && <4.10.2
- bytestring >=0.10.8 && <0.11
- text >=1.2.2 && <1.3
- mono-traversable >=1.0.2 && <1.1
- safe >=0.3.15 && <0.4
- type-iso >=0.1.0 && <0.2 Show all…
Dependents (1)
@hackage/acme-everything
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.