
24 Aug
2012
24 Aug
'12
5:54 p.m.
I'm happy to announce a new package called readable: http://hackage.haskell.org/package/readable This package provides simple reading of data types from ByteString and Text using MonadPlus to handle failure. It doesn't seem like there's a standard way to do simple reading from ByteString and Text, so hopefully this package will fill the gap. Suggestions/improvements are most welcome.