From: Simon Marlow Date: Wed, 25 Apr 2007 13:24:55 +0000 (+0000) Subject: unused exports X-Git-Tag: 2007-05-06~106 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bd657baa7768442553f769721effe98a3c7e58a3;p=ghc-hetmet.git unused exports --- diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index e8157ac..0624169 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -10,13 +10,7 @@ module RtClosureInspect( cvObtainTerm, -- :: HscEnv -> Bool -> Maybe Type -> HValue -> IO Term - ClosureType(..), - getClosureData, -- :: a -> IO Closure - Closure ( tipe, infoPtr, ptrs, nonPtrs ), - isConstr, -- :: ClosureType -> Bool - isIndirection, -- :: ClosureType -> Bool - - Term(..), + Term(..), pprTerm, cPprTerm, cPprTermBase,