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