mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
changed AbsGFCC to CId in GFCCtoHaskell
This commit is contained in:
@@ -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",
|
||||||
"----------------------------------------------------",
|
"----------------------------------------------------",
|
||||||
|
|||||||
Reference in New Issue
Block a user