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

Function syntax_like_flat_block

crates/kernel/src/inductive.rs:5776–5797  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5774 KConst::Ctor {
5775 name: (),
5776 level_params: (),
5777 is_unsafe: false,
5778 lvls: 0,
5779 induct: mk_id("Nat"),
5780 cidx: 0,
5781 params: 0,
5782 fields: 0,
5783 ty: nat(),
5784 },
5785 );
5786 env.insert(
5787 mk_id("Nat.succ"),
5788 KConst::Ctor {
5789 name: (),
5790 level_params: (),
5791 is_unsafe: false,
5792 lvls: 0,
5793 induct: mk_id("Nat"),
5794 cidx: 1,
5795 params: 0,
5796 fields: 1,
5797 ty: pi(nat(), nat()),
5798 },
5799 );
5800

Callers

nothing calls this directly

Calls 7

syntax_like_envFunction · 0.85
max_rec_fuelFunction · 0.85
check_constMethod · 0.80
mk_idFunction · 0.70
contains_keyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected