summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Grammar/CF.hs
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-09-24 12:39:49 +0000
committeraarne <aarne@chalmers.se>2010-09-24 12:39:49 +0000
commit709b0518fa284b41777cbec015a4647303e7a0b3 (patch)
tree045b344fdc5c2d0d985da62e5dac7a2176255c3e /src/compiler/GF/Grammar/CF.hs
parent617ce3cce67acca54a1ef3127da91bcd3e6a12ab (diff)
restored the .ebnf grammar format
Diffstat (limited to 'src/compiler/GF/Grammar/CF.hs')
-rw-r--r--src/compiler/GF/Grammar/CF.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Grammar/CF.hs b/src/compiler/GF/Grammar/CF.hs
index 06f67234b..e45008485 100644
--- a/src/compiler/GF/Grammar/CF.hs
+++ b/src/compiler/GF/Grammar/CF.hs
@@ -12,7 +12,7 @@
-- parsing CF grammars and converting them to GF
-----------------------------------------------------------------------------
-module GF.Grammar.CF (getCF) where
+module GF.Grammar.CF (getCF,CFItem,CFCat,CFFun,cf2gf,CFRule) where
import GF.Grammar.Grammar
import GF.Grammar.Macros