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

Function var

crates/kernel/src/inductive.rs:4549–4551  ·  view source on GitHub ↗
(i: u64)

Source from the content-addressed store, hash-verified

4547 use super::super::expr::{ExprData, KExpr};
4548 use super::super::id::KId;
4549 use super::super::level::KUniv;
4550 use super::super::mode::Anon;
4551 use super::super::tc::TypeChecker;
4552 use ix_common::address::Address;
4553
4554 type AE = KExpr<Anon>;

Callers 15

build_flat_blockMethod · 0.70
build_minor_at_depthMethod · 0.70
build_direct_ihMethod · 0.70
build_rec_typeMethod · 0.70
build_rule_rhsMethod · 0.70
build_rule_ihMethod · 0.70
bool_envFunction · 0.70
nat_envFunction · 0.70
nat_rec_rulesFunction · 0.70
list_envFunction · 0.70

Calls

no outgoing calls

Tested by 4

nat_rec_rulesFunction · 0.56
wf_like_rec_typeFunction · 0.56