Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Pretty-printer for BNFC. Generated by the BNF converter.
Synopsis
Documentation
The printer class does the job.
Instances
Print Char Source # | |
Print Double Source # | |
Print Integer Source # | |
Print Reg Source # | |
Print MinimumSize Source # | |
Defined in BNFC.Print | |
Print RHS Source # | |
Print Exp Source # | |
Print Separation Source # | |
Defined in BNFC.Print | |
Print Arg Source # | |
Print Label Source # | |
Print Cat Source # | |
Print Item Source # | |
Print Def Source # | |
Print Grammar Source # | |
Print Identifier Source # | |
Defined in BNFC.Print | |
Print a => Print [a] Source # | |
Print [String] Source # | |
Print [RHS] Source # | |
Print [Exp] Source # | |
Print [Arg] Source # | |
Print [Cat] Source # | |
Print [Item] Source # | |
Print [Def] Source # | |