pinchot-0.24.0.0: Write grammars, not parsers

Safe HaskellNone
LanguageHaskell2010

Pinchot.Examples.AllRulesRecord

Description

This module shows how to generate a product type holding all the productions that result from a given Rule. You wil want to look at the source code, as the Haddocks will show you only the generated type, not the Template Haskell used to generate it.

Documentation

data Productions r t a Source #

Constructors

Productions 

Fields