fix the Haskell code generation

This commit is contained in:
krasimir
2010-02-17 13:09:23 +00:00
parent bfdef2f60c
commit 57c2a4dcd2

View File

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