boomerang-1.3.0: Library for invertible parsing and printing

Safe HaskellNone

Text.Boomerang.TH

Synopsis

Documentation

derivePrinterParsers :: Name -> Q [Dec]Source

Derive routers for all constructors in a datatype. For example:

$(derivePrinterParsers ''Sitemap)