ghc-9.8.2: The GHC API
Safe HaskellNone
LanguageHaskell2010

GHC.Runtime.Interpreter.Types

Description

Types used by the runtime interpreter

Synopsis

Documentation

data Interp Source #

Interpreter

Constructors

Interp 

Fields

data InterpInstance Source #

Constructors

ExternalInterp !ExtInterp

External interpreter

InternalInterp

Internal interpreter

data InterpProcess Source #

Constructors

InterpProcess 

Fields

data ExtInterpInstance c Source #

Common field between native external interpreter and the JS one

Constructors

ExtInterpInstance 

Fields

data ExtInterpState cfg details Source #

External interpreter

The external interpreter is spawned lazily (on first use) to avoid slowing down sessions that don't require it. The contents of the MVar reflects the state of the interpreter (running or not).

Constructors

ExtInterpState 

Fields

data InterpStatus inst Source #

Status of an external interpreter

Constructors

InterpPending

Not spawned yet

InterpRunning !inst

Running

IServ

data IServConfig Source #

Configuration needed to spawn an external interpreter

Constructors

IServConfig 

Fields

JSInterp

data JSInterpExtra Source #

Constructors

JSInterpExtra 

Fields

data JSState Source #

Constructors

JSState 

Fields

data NodeJsSettings Source #

NodeJs configuration

Constructors

NodeJsSettings 

Fields