module MoreCustom where -- All these lists are supposed to be empty! -- Items should be added to ../Custom.hs instead. moreCustomGrammarParser = [] moreCustomGrammarPrinter = [] moreCustomSyntaxPrinter = [] moreCustomTermPrinter = [] moreCustomTermCommand = [] moreCustomEditCommand = [] moreCustomStringCommand = [] moreCustomParser = [] moreCustomTokenizer = [] moreCustomUntokenizer = []