diff options
Diffstat (limited to 'src/GF/CF/CFtoGrammar.hs')
| -rw-r--r-- | src/GF/CF/CFtoGrammar.hs | 6 |
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 |
