diff options
Diffstat (limited to 'compiler/ghci/RtClosureInspect.hs')
-rw-r--r-- | compiler/ghci/RtClosureInspect.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index f4d09cc6de..a61d776576 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -327,9 +327,7 @@ cPprTermBase y = , ifTerm' (isTyCon charTyCon . ty) ppr_char , ifTerm' (isTyCon floatTyCon . ty) ppr_float , ifTerm' (isTyCon doubleTyCon . ty) ppr_double -#if defined(INTEGER_GMP) , ifTerm' (isIntegerTy . ty) ppr_integer -#endif ] where ifTerm :: (Term -> Bool) |