Goblint_backtraceSourceBacktraces with custom marks.
Extensible type of marks.
Register printing function for custom mark. The function should return None for other marks.
Convert mark to string using registered printers, or mark_to_string_default if unhandled.
Fun.protect with additional ~mark addition to all exceptions.
Print trace of marks of an exception.
Used by default for uncaught exceptions.
Print innermost mark of an exception.
Used by default for uncaught exceptions.