diff options
| author | krasimir <krasimir@chalmers.se> | 2010-02-17 13:09:23 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-02-17 13:09:23 +0000 |
| commit | 57c2a4dcd251492d99a3c53e98f3b29fed179fe1 (patch) | |
| tree | f5917209d69b496e99a18fe233f61e4d1d68568e | |
| parent | bfdef2f60cda2bd05fc42aeee68d14a6bd2d01fc (diff) | |
fix the Haskell code generation
| -rw-r--r-- | src/compiler/GF/Compile/PGFtoHaskell.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/PGFtoHaskell.hs b/src/compiler/GF/Compile/PGFtoHaskell.hs index 787433963..252fc95ee 100644 --- a/src/compiler/GF/Compile/PGFtoHaskell.hs +++ b/src/compiler/GF/Compile/PGFtoHaskell.hs @@ -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", "", |
