W3cubDocs

/Haskell 8

GHCi.ResolvedBCO

Safe Haskell None
Language Haskell2010

data ResolvedBCO Source

A ResolvedBCO is one in which all the Name references have been resolved to actual addresses or RemoteHValues.

Note, all arrays are zero-indexed (we assume this when serializing/deserializing)

Instances
Instances details
Show ResolvedBCO
Instance details

Defined in GHCi.ResolvedBCO

Generic ResolvedBCO
Instance details

Defined in GHCi.ResolvedBCO

Associated Types

type Rep ResolvedBCO :: Type -> Type Source

Binary ResolvedBCO

The Binary instance for ResolvedBCOs.

Note, that we do encode the endianness, however there is no support for mixed endianness setups. This is primarily to ensure that ghc and iserv share the same endianness.

Instance details

Defined in GHCi.ResolvedBCO

type Rep ResolvedBCO
Instance details

Defined in GHCi.ResolvedBCO

data ResolvedBCOPtr Source

Constructors

ResolvedBCORef !Int

reference to the Nth BCO in the current set

ResolvedBCOPtr !(RemoteRef HValue)

reference to a previously created BCO

ResolvedBCOStaticPtr !(RemotePtr ())

reference to a static ptr

ResolvedBCOPtrBCO ResolvedBCO

a nested BCO

ResolvedBCOPtrBreakArray !(RemoteRef BreakArray)

Resolves to the MutableArray# inside the BreakArray

Instances
Instances details
Show ResolvedBCOPtr
Instance details

Defined in GHCi.ResolvedBCO

Generic ResolvedBCOPtr
Instance details

Defined in GHCi.ResolvedBCO

Associated Types

type Rep ResolvedBCOPtr :: Type -> Type Source

Binary ResolvedBCOPtr
Instance details

Defined in GHCi.ResolvedBCO

type Rep ResolvedBCOPtr
Instance details

Defined in GHCi.ResolvedBCO

isLittleEndian :: Bool Source

© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/8.8.3/docs/html/libraries/ghci-8.8.3/GHCi-ResolvedBCO.html