doctest-parallel-0.2.1: Test interactive Haskell examples
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Haskell.GhciWrapper

Synopsis

Documentation

data Config Source #

Instances

Instances details
Eq Config Source # 
Instance details

Defined in Language.Haskell.GhciWrapper

Methods

(==) :: Config -> Config -> Bool #

(/=) :: Config -> Config -> Bool #

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