unused exports
[ghc-hetmet.git] / compiler / ghci / RtClosureInspect.hs
index e8157ac..0624169 100644 (file)
@@ -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,