MagicHaskeller-0.8.6.2: Automatic inductive functional programmer by systematic searchContentsIndex
MagicHaskeller.ExecuteAPI610
Documentation
pathToGHC :: FilePath
loadObj
:: [String]visible modules (including package modules). You may omit the Prelude.
-> IO (VarLib -> CoreExpr -> Dynamic)
prepareAPI
:: [String]visible modules (including package modules). Supplying [] here works without any problems within GHCi, and currently prepareAPI does not work without --interactive, so this argument is actually of no use:(
-> IO HscEnv
unsafeExecuteAPI :: HscEnv -> VarLib -> CoreExpr -> Dynamic
executeAPI :: HscEnv -> VarLib -> CoreExpr -> IO a
executeTHExp :: HscEnv -> Exp -> IO a
compileCoreExpr :: HscEnv -> Exp -> IO CoreExpr
unwrapCore' :: HscEnv -> CoreExpr -> IO a
unwrapCore :: HscEnv -> CoreExpr -> IO a
runPrepedCoreExpr :: HscEnv -> CoreExpr -> IO a
runCoreExpr :: HscEnv -> CoreExpr -> IO a
thExpToStmt :: Exp -> LStmt RdrName
wrapLHsExpr :: LHsExpr RdrName -> LStmt RdrName
thExpToLHsExpr :: Exp -> LHsExpr RdrName
hoge :: Show b => (b, Expr b) -> ShowS
compileExprHscMain :: HscEnv -> CoreExpr -> IO HValue
Produced by Haddock version 2.7.2