From ceb3606b9a44bfa95e44be2f0b0e006887f25054 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Thu, 11 Jan 2007 11:17:07 +0000 Subject: [PATCH] Comments only --- compiler/ghci/RtClosureInspect.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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, -- 1.7.10.4