changed AbsGFCC to CId in GFCCtoHaskell

This commit is contained in:
aarne
2007-12-20 22:38:16 +00:00
parent cec2cef031
commit 422e1b68ba

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",
"----------------------------------------------------", "----------------------------------------------------",