Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
decodeStack :: StackSnapshot -> IO StgStackClosure Source #
Decode StackSnapshot
to a StgStackClosure
The return value is the representation of the StgStack
itself.
See Note [Decoding the stack].