diff options
| author | peb <unknown> | 2005-02-24 10:46:37 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-02-24 10:46:37 +0000 |
| commit | bf436aebaa5b84bbb50e305e8f7dc9ca4ae34299 (patch) | |
| tree | 346ac1e13a90d7b2c992c69f45b3e19c22f4bfe2 /src/GF/UseGrammar/MoreCustom.hs | |
| parent | 0137dd5511a83ea4672619ad3dc22fe7c51ab4bf (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/UseGrammar/MoreCustom.hs')
| -rw-r--r-- | src/GF/UseGrammar/MoreCustom.hs | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/src/GF/UseGrammar/MoreCustom.hs b/src/GF/UseGrammar/MoreCustom.hs index 872f888cd..27dffcace 100644 --- a/src/GF/UseGrammar/MoreCustom.hs +++ b/src/GF/UseGrammar/MoreCustom.hs @@ -1,13 +1,13 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : MoreCustom +-- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:22 $ +-- > CVS $Date: 2005/02/24 11:46:39 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.4 $ +-- > CVS $Revision: 1.5 $ -- -- (Description of the module) ----------------------------------------------------------------------------- @@ -17,6 +17,19 @@ 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 = [] |
