Debugging helper functions #
Equations
- dbgTraceVal a = dbgTrace (toString a) fun (x : Unit) => a
Instances For
@[never_extract, extern lean_dbg_stack_trace]
Print stack trace to stderr before evaluating given closure. Currently supported on Linux only.
Instances For
@[never_extract, inline]
Equations
Instances For
@[extern lean_is_exclusive_obj]
Returns true
if a
is an exclusive object.
We say an object is exclusive if it is single-threaded and its reference counter is 1.
@[inline]
Instances For
@[inline]
withPtrEq
for DecidableEq
Equations
- withPtrEqDecEq a b k = match h : withPtrEq a b (fun (x : Unit) => toBoolUsing (k ())) ⋯ with | true => isTrue ⋯ | false => isFalse ⋯