Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
pub 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_ixon
Function · 0.85
egress_expr_let
Function · 0.85
compile_expr
Function · 0.85
to_kexpr_static
Function · 0.85
expand_shares_expr
Function · 0.85
wrap_binders
Method · 0.85
subst_no_intern
Function · 0.85
subst_cached
Function · 0.85
simul_subst_cached
Function · 0.85
lift_no_intern
Function · 0.85
lift_cached
Function · 0.85
instantiate_rev_cached
Function · 0.85
Calls
1
mk_name
Function · 0.70
Tested by
no test coverage detected