ghc-mtl-1.0.1.0: An mtl compatible version of the Ghc-Api monads and monad-transformers.Source codeContentsIndex
Control.Monad.Ghc
Documentation
data Ghc a Source
show/hide Instances
runGhc :: Maybe FilePath -> Ghc a -> IO aSource
data GhcT m a Source
show/hide Instances
runGhcT :: (Functor m, MonadCatchIO m) => Maybe FilePath -> GhcT m a -> m aSource
GhcMonad (getSession, setSession)
module Control.Monad.Trans
Produced by Haddock version 2.4.2