diff options
Diffstat (limited to 'ghc/compiler/javaGen/Java.lhs')
-rw-r--r-- | ghc/compiler/javaGen/Java.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/javaGen/Java.lhs b/ghc/compiler/javaGen/Java.lhs index de16154543..ec2c5061d3 100644 --- a/ghc/compiler/javaGen/Java.lhs +++ b/ghc/compiler/javaGen/Java.lhs @@ -131,7 +131,7 @@ instance Ord Name where data Lit = IntLit Integer -- unboxed - | CharLit Char -- unboxed + | CharLit Int -- unboxed | StringLit String -- java string deriving Show |