[Haskell-cafe] Code review of text-xml-generic

Oscar Finnsson oscar.finnsson at gmail.com
Fri Jun 11 13:39:20 EDT 2010


Hi,

I've been working on a (de)serialization package from/to XML (using
SYB) and wondering if anyone feels like giving me a quick code review
before I upload it to hackagedb.

The source code can be found at http://github.com/finnsson/Text.XML.Generic

It is *heavily* inspired by Text.JSON.Generic.

The three files DataEx.hs (slightly modified version of Olegs code),
ExGeneric.hs and ExTestGeneric.hs are not part of the package yet
since I haven't got the deserialization to work for existentials yet
(but I haven't given up!).

I plan to upload the package to hackagedb by the end of this weekend
so any comments before (and after) are more than welcome.

-- Oscar


More information about the Haskell-Cafe mailing list