X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FcoreSyn%2FPprCore.lhs;h=13c8fb7f440b454f3a2c716cc5e4425b165be446;hb=b88025eabcd83f65d1d81f09272f5172f06a60e7;hp=08fbdc417e2600de91bed24a71421e9c08a2fa74;hpb=9efc26e4470305260ce45288a8d06aeab2037733;p=ghc-hetmet.git diff --git a/compiler/coreSyn/PprCore.lhs b/compiler/coreSyn/PprCore.lhs index 08fbdc4..13c8fb7 100644 --- a/compiler/coreSyn/PprCore.lhs +++ b/compiler/coreSyn/PprCore.lhs @@ -33,6 +33,7 @@ import BasicTypes import Util import Outputable import FastString +import Module \end{code} %************************************************************************ @@ -132,7 +133,7 @@ ppr_expr add_par expr@(App fun arg) let pp_args = sep (map pprArg args) val_args = dropWhile isTypeArg args -- Drop the type arguments for tuples - pp_tup_args = sep (punctuate comma (map pprArg val_args)) + pp_tup_args = sep (punctuate comma (map pprCoreExpr val_args)) in case fun of Var f -> case isDataConWorkId_maybe f of