| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
GHC.Debug.Decode.Stack
Documentation
Arguments
| :: Monad m | |
| => (RawClosure -> m StgInfoTableWithPtr) | How to decode the info table for the stack frame |
| -> (Word32 -> m PtrBitmap) | How to decode the bitmap for the stack frame at a given offset |
| -> RawStack | |
| -> m StackFrames |