Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data PrettyFieldGrammar s a
- prettyFieldGrammar :: PrettyFieldGrammar s a -> s -> Doc
Documentation
data PrettyFieldGrammar s a Source #
Instances
prettyFieldGrammar :: PrettyFieldGrammar s a -> s -> Doc Source #
We can use PrettyFieldGrammar
to pp print the s
.