summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/MoreCustom.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-03-29 12:26:34 +0000
committeraarne <unknown>2005-03-29 12:26:34 +0000
commit3c11f7e112e6e14c3cc96e355d9ddcb3fd39aa35 (patch)
treeeb0631d8fd9fd471a9c916ef5190598814fa4a42 /src/GF/UseGrammar/MoreCustom.hs
parent2160e648dafaba3e1da7e44fd0fd06d93c2515b6 (diff)
removed deprecated stuff; changed parser default
Diffstat (limited to 'src/GF/UseGrammar/MoreCustom.hs')
-rw-r--r--src/GF/UseGrammar/MoreCustom.hs44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/GF/UseGrammar/MoreCustom.hs b/src/GF/UseGrammar/MoreCustom.hs
deleted file mode 100644
index 27dffcace..000000000
--- a/src/GF/UseGrammar/MoreCustom.hs
+++ /dev/null
@@ -1,44 +0,0 @@
-----------------------------------------------------------------------
--- |
--- 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 = []