Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ var
Function
var
crates/kernel/src/testing.rs:44–46 ·
view source on GitHub ↗
(i: u64)
Source
from the content-addressed store, hash-verified
42
// ---- Expressions ----
43
44
pub fn var(i: u64) -> ME {
45
ME::var(i, mk_name(
"_"
))
46
}
47
48
pub fn nvar(name: &str, i: u64) -> ME {
49
ME::var(i, mk_name(name))
Callers
15
is_fvar_predicate
Function · 0.70
test_env
Function · 0.70
check_axiom_with_non_sort_type_rejected
Function · 0.70
check_loose_var_in_decl_rejected_before_infer
Function · 0.70
safe_definition_rejects_unsafe_inductive_ref
Function · 0.70
insert_id_def
Function · 0.70
env_var
Function · 0.70
subst_no_intern
Function · 0.70
subst_cached
Function · 0.70
simul_subst_cached
Function · 0.70
lift_no_intern
Function · 0.70
lift_cached
Function · 0.70
Calls
1
mk_name
Function · 0.70
Tested by
no test coverage detected