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

Function nlam

crates/kernel/src/testing.rs:80–82  ·  view source on GitHub ↗
(name: &str, dom: ME, body: ME)

Source from the content-addressed store, hash-verified

78}
79
80pub fn nlam(name: &str, dom: ME, body: ME) -> ME {
81 ME::lam(mk_name(name), BinderInfo::Default, dom, body)
82}
83
84pub fn app(f: ME, a: ME) -> ME {
85 ME::app(f, a)

Callers 15

peano_envFunction · 0.85
good_peano1Function · 0.85
good_peano2Function · 0.85
good_peano3Function · 0.85
bool_envFunction · 0.85
good_bool_rec_reductionFunction · 0.85
nat_envFunction · 0.85
good_n_rec_reductionFunction · 0.85
rtree_envFunction · 0.85
good_rtree_rec_reductionFunction · 0.85

Calls 2

lamFunction · 0.70
mk_nameFunction · 0.70

Tested by

no test coverage detected