MagicHaskeller-0.9.7.1: Automatic inductive functional programmer by systematic search
Safe HaskellNone
LanguageHaskell2010

MagicHaskeller.ExecuteAPI610

Documentation

loadObj Source #

Arguments

:: [String]

visible modules (including package modules). You may omit the Prelude.

-> IO (VarLib -> CoreExpr -> Dynamic) 

prepareAPI Source #

Arguments

:: [FilePath]

modules to be loaded (except package modules)

-> [FilePath]

visible modules (including package modules)

-> IO HscEnv 

wrapLHsExpr :: (HasSrcSpan a, IdP idL ~ RdrName, XValBinds idL idR ~ NoExtField, XLetStmt idL idR body ~ NoExtField, XHsValBinds idL idR ~ NoExtField, XVarBind idL idR ~ NoExtField, SrcSpanLess a ~ StmtLR idL idR body) => LHsExpr idR -> a Source #

repeatN :: Int -> ((Any :: Type) -> Any :: Type) -> (Any :: Type) -> Any :: Type Source #

repeatIO :: Int -> IO a -> IO a Source #

force :: [a] -> a Source #

Orphan instances

Eq (Expr a) Source # 
Instance details

Methods

(==) :: Expr a -> Expr a -> Bool #

(/=) :: Expr a -> Expr a -> Bool #