---------------------------------------------------------------------- -- | -- Module : MoreCustom -- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- -- > CVS $Date: 2005/02/24 11:46:39 $ -- > CVS $Author: peb $ -- > CVS $Revision: 1.5 $ -- -- (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 :: [a] moreCustomGrammarParser = [] moreCustomGrammarPrinter = [] moreCustomMultiGrammarPrinter = [] moreCustomSyntaxPrinter = [] moreCustomTermPrinter = [] moreCustomTermCommand = [] moreCustomEditCommand = [] moreCustomStringCommand = [] moreCustomParser = [] moreCustomTokenizer = [] moreCustomUntokenizer = [] moreCustomUniCoding = []