From: Pepe Iborra Date: Thu, 11 Jan 2007 11:17:07 +0000 (+0000) Subject: Comments only X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ceb3606b9a44bfa95e44be2f0b0e006887f25054;p=ghc-hetmet.git Comments only --- diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index ef8d367..bfb3936 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -19,12 +19,12 @@ module RtClosureInspect( lookupAddressEnv, ClosureType(..), - getClosureData, + getClosureData, -- :: a -> IO Closure Closure ( tipe, infoTable, ptrs, nonPtrs ), - getClosureType, - isConstr, - isIndirection, - getInfoTablePtr, + getClosureType, -- :: a -> IO ClosureType + isConstr, -- :: ClosureType -> Bool + isIndirection, -- :: ClosureType -> Bool + getInfoTablePtr, -- :: a -> Ptr StgInfoTable Term(..), printTerm,