kernel-Rat.unskip_matSkip
- Kind
- kernel-term
- Status
- checked
Supports: Rat.unskip_matSkip is admitted by the trusted kernel gate with the type recorded in formal.statement.
cargo run -q --release -p axeyum-lean-kernel --example theorem_dependency_inventory -- Rat.unskip_matSkip 2>/dev/null | grep -cE '^Rat\.unskip_matSkip[[:space:]]' Evidence notes
Two independent failure modes: theorem_dependency_inventory exits non-zero when a NAMED filter matches nothing, and grep -c exits 1 printing 0 when the anchored line is absent. Anchored with [[:space:]], never \t. ONE name per invocation. --release is MANDATORY.