diff options
Diffstat (limited to 'ghc/compiler/javaGen/JavaGen.lhs')
-rw-r--r-- | ghc/compiler/javaGen/JavaGen.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/javaGen/JavaGen.lhs b/ghc/compiler/javaGen/JavaGen.lhs index ff0dd9163d..a3925b18e8 100644 --- a/ghc/compiler/javaGen/JavaGen.lhs +++ b/ghc/compiler/javaGen/JavaGen.lhs @@ -891,7 +891,7 @@ newtype LifterM a = LifterM { unLifterM :: TypeName -> -- this class name Int -> -- uniq supply - ( a -- * + ( a -- * , Frees -- frees , [Decl] -- lifted classes , Int -- The uniqs |