Description
XML picklers based on xml-types, ported from hexpat-pickle.
Description
A library of combinators that allows Haskell data structures to be pickled (serialized) to/from a representation of XML as defined in xml-types
Release history
- 0.3
Changed the Result type of unpicklers. Unpicklers now fail by default when there are remaining elements
- 0.2
Error system overhaul
- 0.1
Initial release