From bd657baa7768442553f769721effe98a3c7e58a3 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 25 Apr 2007 13:24:55 +0000 Subject: [PATCH] unused exports --- compiler/ghci/RtClosureInspect.hs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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, -- 1.7.10.4