MCPcopy Create free account
hub / github.com/argumentcomputer/ix / lean_member_idx

Function lean_member_idx

crates/kernel/src/ingress.rs:2686–2688  ·  view source on GitHub ↗
(name: &Name, all: Option<&Vec<Name>>)

Source from the content-addressed store, hash-verified

2684 }
2685 },
2686 LeanExprData::Mdata(..) => {
2687 // Unreachable — the while-loop above peeled off every `Mdata` layer.
2688 unreachable!("Mdata should have been peeled off into mdata_layers");
2689 },
2690 LeanExprData::Fvar(name, _) => {
2691 panic!(

Callers 1

lean_const_to_kconstFunction · 0.85

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected