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

Function let_

crates/kernel/src/testing.rs:100–102  ·  view source on GitHub ↗
(ty: ME, val: ME, body: ME)

Source from the content-addressed store, hash-verified

98}
99
100pub fn let_(ty: ME, val: ME, body: ME) -> ME {
101 ME::let_(mk_name("_"), ty, val, body, false)
102}
103
104// ---- Universes ----
105

Callers 15

kexpr_to_ixonFunction · 0.85
egress_expr_letFunction · 0.85
compile_exprFunction · 0.85
to_kexpr_staticFunction · 0.85
expand_shares_exprFunction · 0.85
wrap_bindersMethod · 0.85
subst_no_internFunction · 0.85
subst_cachedFunction · 0.85
simul_subst_cachedFunction · 0.85
lift_no_internFunction · 0.85
lift_cachedFunction · 0.85
instantiate_rev_cachedFunction · 0.85

Calls 1

mk_nameFunction · 0.70

Tested by

no test coverage detected