summaryrefslogtreecommitdiff
path: root/src/GF/CF/CFtoGrammar.hs
diff options
context:
space:
mode:
authorpeb <unknown>2005-02-09 11:46:54 +0000
committerpeb <unknown>2005-02-09 11:46:54 +0000
commita0d412986305d4b45e82afde62ea48f1b06edb9d (patch)
treebca6f55ef01469442ef55f6bd0caa511e147350f /src/GF/CF/CFtoGrammar.hs
parent4fd0c636f8590bf800715f2598e54ccc22c99b90 (diff)
"Committed_by_peb"
Diffstat (limited to 'src/GF/CF/CFtoGrammar.hs')
-rw-r--r--src/GF/CF/CFtoGrammar.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/GF/CF/CFtoGrammar.hs b/src/GF/CF/CFtoGrammar.hs
index 8dcc66759..14f11b52c 100644
--- a/src/GF/CF/CFtoGrammar.hs
+++ b/src/GF/CF/CFtoGrammar.hs
@@ -9,10 +9,10 @@
-- > CVS $Author $
-- > CVS $Revision $
--
--- (Description of the module)
+-- 26\/1\/2000 -- 18\/4 -- 24\/3\/2004
-----------------------------------------------------------------------------
-module CFtoGrammar where
+module CFtoGrammar (cf2grammar) where
import Ident
import Grammar
@@ -29,8 +29,6 @@ import Operations
import List (nub)
import Char (isSpace)
--- 26/1/2000 -- 18/4 -- 24/3/2004
-
cf2grammar :: CF -> [A.TopDef]
cf2grammar cf = concatMap S.trAnyDef (abs ++ conc) where
rules = rulesOfCF cf