summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/MoreCustom.hs
blob: 27dffcace1e5d158483e67172c76b0a80cd85841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
----------------------------------------------------------------------
-- |
-- 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 = []