unused exports
authorSimon Marlow <simonmar@microsoft.com>
Wed, 25 Apr 2007 13:24:55 +0000 (13:24 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 25 Apr 2007 13:24:55 +0000 (13:24 +0000)
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,