mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Use GF.GFCC.Raw.AbsGFCCRaw instead of GF.GFCC.AbsGFCC in code generated by gfc -haskell.
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.Raw.AbsGFCCRaw",
|
||||||
"----------------------------------------------------",
|
"----------------------------------------------------",
|
||||||
"-- automatic translation from GF to Haskell",
|
"-- automatic translation from GF to Haskell",
|
||||||
"----------------------------------------------------",
|
"----------------------------------------------------",
|
||||||
|
|||||||
Reference in New Issue
Block a user