Module DA.Stack¶
Functions¶
- prettyCallStack
- : CallStack -> Text
- getCallStack
- : CallStack -> [(Text, SrcLoc)] - Extract the list of call sites from the - CallStack.- The most recent call comes first. 
- callStack
- : HasCallStack => CallStack - Access to the current - CallStack.