ghc-7.8.20140130: The GHC API

Safe HaskellNone
LanguageHaskell98

InteractiveEvalTypes

Documentation

data RunResultSource

Constructors

RunOk [Name]

names bound by this evaluation

RunException SomeException

statement raised an exception

RunBreak ThreadId [Name] (Maybe BreakInfo) 

data StatusSource

Constructors

Break Bool HValue BreakInfo ThreadId

the computation hit a breakpoint (Bool = was an exception)

Complete (Either SomeException [HValue])

the computation completed with either an exception or a value