@hackage string-isos0.1.0.1

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.