---------------------------------------------------------------------- -- | -- Module : (Module) -- Maintainer : (Maintainer) -- Stability : (stable) -- Portability : (portable) -- -- > CVS $Date $ -- > CVS $Author $ -- > CVS $Revision $ -- -- (Description of the module) ----------------------------------------------------------------------------- module MoreCustom where -- All these lists are supposed to be empty! -- Items should be added to ../Custom.hs instead. moreCustomGrammarParser = [] moreCustomGrammarPrinter = [] moreCustomMultiGrammarPrinter = [] moreCustomSyntaxPrinter = [] moreCustomTermPrinter = [] moreCustomTermCommand = [] moreCustomEditCommand = [] moreCustomStringCommand = [] moreCustomParser = [] moreCustomTokenizer = [] moreCustomUntokenizer = [] moreCustomUniCoding = []