changed AbsGFCC to CId in GFCCtoHaskell

This commit is contained in:
aarne
2007-12-20 22:38:16 +00:00
parent d14358ff8b
commit 8e3f63d7fa

View File

@@ -47,7 +47,7 @@ haskPreamble =
"module GSyntax where", "module GSyntax where",
"", "",
"import GF.GFCC.DataGFCC", "import GF.GFCC.DataGFCC",
"import GF.GFCC.AbsGFCC", "import GF.GFCC.CId",
"----------------------------------------------------", "----------------------------------------------------",
"-- automatic translation from GF to Haskell", "-- automatic translation from GF to Haskell",
"----------------------------------------------------", "----------------------------------------------------",