Comments only
authorPepe Iborra <mnislaih@gmail.com>
Thu, 11 Jan 2007 11:17:07 +0000 (11:17 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Thu, 11 Jan 2007 11:17:07 +0000 (11:17 +0000)
compiler/ghci/RtClosureInspect.hs

index ef8d367..bfb3936 100644 (file)
@@ -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,