Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
:: 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 |