Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ mk_addr
Function
mk_addr
crates/kernel/src/subst.rs:887–889 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
885
return r;
886
}
887
},
888
889
ExprData::App(f, x, _) => {
890
let f2 = instantiate_rev_cached(env, f, fvars, depth, cache);
891
let x2 = instantiate_rev_cached(env, x, fvars, depth, cache);
892
KExpr::app(f2, x2)
Callers
15
subst_var_0
Function · 0.70
subst_closed_skip
Function · 0.70
subst_free_var_shift
Function · 0.70
subst_app
Function · 0.70
subst_under_lambda
Function · 0.70
subst_bound_var_unchanged
Function · 0.70
instantiate_rev_closed_passthrough
Function · 0.70
instantiate_rev_under_inner_binder
Function · 0.70
instantiate_rev_then_abstract_roundtrip
Function · 0.70
simul_subst_basic
Function · 0.70
simul_subst_shift
Function · 0.70
intern_dedup
Function · 0.70
Calls
1
as_bytes
Method · 0.80
Tested by
15
subst_var_0
Function · 0.56
subst_closed_skip
Function · 0.56
subst_free_var_shift
Function · 0.56
subst_app
Function · 0.56
subst_under_lambda
Function · 0.56
subst_bound_var_unchanged
Function · 0.56
instantiate_rev_closed_passthrough
Function · 0.56
instantiate_rev_under_inner_binder
Function · 0.56
instantiate_rev_then_abstract_roundtrip
Function · 0.56
simul_subst_basic
Function · 0.56
simul_subst_shift
Function · 0.56
intern_dedup
Function · 0.56