Module Zero_alloc_checker.Witness
When the check fails, Witness.t represents an instruction that does not satisfy the property.
type kind = | Alloc of {bytes : int;dbginfo : Cmm.alloc_dbginfo;
}| Indirect_call of {}| Indirect_tailcall of {}| Direct_call of {}| Direct_tailcall of {}| Extcall of {}| Arch_specific of Arch.specific_operation| Probe of {}| Widen
type t = {dbg : Debuginfo.t;kind : Zero_alloc_checker.Witness.kind;hint : Zero_alloc_checker.Witness.hint;
}