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)
Constructors
ResolvedBCO | |
Fields |
Instances
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
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/8.10.2/docs/html/libraries/ghci-8.10.2/GHCi-ResolvedBCO.html