ghc-experimental-9.1401.0: Experimental features of GHC's standard library and unstable GHC internals.
Safe HaskellNone
LanguageHaskell2010

GHC.Stack.Decode.Experimental

Synopsis

High-level stack decoders

Stack decoder helpers

decodeStackWithFrameUnpack :: (StackFrameLocation -> IO a) -> StackSnapshot -> IO (StgInfoTable, [a]) Source #

StackEntry

data StackEntry Source #

Representation for the source location where a return frame was pushed on the stack. This happens every time when a case ... of scrutinee is evaluated.

Instances

Instances details
Eq StackEntry Source # 
Instance details

Defined in GHC.Internal.Stack.Decode

Show StackEntry Source # 
Instance details

Defined in GHC.Internal.Stack.Decode

Pretty printing