mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
fix the Haskell code generation
This commit is contained in:
@@ -61,7 +61,7 @@ haskPreamble name =
|
|||||||
"",
|
"",
|
||||||
predefInst "GString" "String" "unStr" "mkStr",
|
predefInst "GString" "String" "unStr" "mkStr",
|
||||||
"",
|
"",
|
||||||
predefInst "GInt" "Integer" "unInt" "mkInt",
|
predefInst "GInt" "Int" "unInt" "mkInt",
|
||||||
"",
|
"",
|
||||||
predefInst "GFloat" "Double" "unDouble" "mkDouble",
|
predefInst "GFloat" "Double" "unDouble" "mkDouble",
|
||||||
"",
|
"",
|
||||||
|
|||||||
Reference in New Issue
Block a user