ANN: ListLike-3.1.0
22 Mar
2011
22 Mar
'11
3:28 p.m.
Hello, I am pleased to announce an incremental update to the ListLike package, version 3.1.0. This version adds newtype wrappers for strict and lazy ByteStrings, CharString and CharStringLazy, as well as instances of the form: instance ListLike CharString Char where ... These instances allow access to Data.ByteString.Char8 functions via the ListLike interface. Most importantly, you can now use uu-parsinglib to parse ASCII-based bytestrings via the newtype wrapper, as in: parseByteString bytestring charParser = parse charParser $ createStr (LineColPos 0 0 0) (CS bs) Thanks to S Doaitse Swierstra for making this possible via the excellent uu-parsinglib library. John L.
5638
Age (days ago)
5638
Last active (days ago)
0 comments
1 participants
participants (1)
-
John Lato