Text.Boomerang.TH
- derivePrinterParsers :: Name -> Q [Dec]
Documentation
derivePrinterParsers :: Name -> Q [Dec]Source
Derive routers for all constructors in a datatype. For example:
$(derivePrinterParsers ''Sitemap)
boomerang-1.0.1: Library for invertible parsing and printing
Text.Boomerang.TH
derivePrinterParsers :: Name -> Q [Dec]Source
Derive routers for all constructors in a datatype. For example:
$(derivePrinterParsers ''Sitemap)