ghc-7.6.1: The GHC API
ByteCodeItbls
type ItblEnv = NameEnv (Name, ItblPtr)Source
newtype ItblPtr Source
Constructors
Instances
itblCode :: ItblPtr -> Ptr ()Source
mkITbls :: [TyCon] -> IO ItblEnvSource
data StgInfoTable Source
Fields
newtype State s m a Source
runState :: Monad m => s -> State s m a -> m (s, a)Source
evalState :: Monad m => s -> State s m a -> m aSource
execState :: Monad m => s -> State s m a -> m sSource
class (Monad m, Monad (t m)) => MonadT t m whereSource
Methods
lift :: m a -> t m aSource