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

Function lam

crates/kernel/src/testing.rs:76–78  ·  view source on GitHub ↗
(dom: ME, body: ME)

Source from the content-addressed store, hash-verified

74}
75
76pub fn lam(dom: ME, body: ME) -> ME {
77 ME::lam(mk_name("_"), BinderInfo::Default, dom, body)
78}
79
80pub fn nlam(name: &str, dom: ME, body: ME) -> ME {
81 ME::lam(mk_name(name), BinderInfo::Default, dom, body)

Callers 15

wrap_bindersMethod · 0.70
test_envFunction · 0.70
insert_id_defFunction · 0.70
subst_no_internFunction · 0.70
subst_cachedFunction · 0.70
simul_subst_cachedFunction · 0.70
lift_no_internFunction · 0.70
lift_cachedFunction · 0.70
instantiate_rev_cachedFunction · 0.70
abstract_fvars_cachedFunction · 0.70
into_kexprMethod · 0.70

Calls 1

mk_nameFunction · 0.70

Tested by

no test coverage detected