[Haskell-cafe] ANNOUNCE: string-conversions-0.1
Sönke Hahn
shahn at cs.tu-berlin.de
Fri Mar 9 11:17:02 CET 2012
Hi all!
string-conversions is a very simple package to facilitate dealing with
different string types. It provides a simple type class that allows you to
convert between values of different string types. It also provides type
synonyms for these string types.
Supported types are:
- String
- Strict ByteString
- Lazy ByteString
- Strict Text
- Lazy Text
http://hackage.haskell.org/package/string-conversions
Any comments welcome.
Cheers,
Sönke
More information about the Haskell-Cafe
mailing list