doctest-parallel-0.2: Test interactive Haskell examples
Safe HaskellSafe
LanguageHaskell2010

Language.Haskell.GhciWrapper

Synopsis

Documentation

data Config Source #

Instances

Instances details
Eq Config Source # 
Instance details

Defined in Language.Haskell.GhciWrapper

Show Config Source # 
Instance details

Defined in Language.Haskell.GhciWrapper

eval :: Interpreter -> String -> IO String Source #

Evaluate an expression

evalIt :: Interpreter -> String -> IO String Source #

Like eval, but try to preserve the it variable

evalEcho :: Interpreter -> String -> IO String Source #

Evaluate an expression