Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
pub fn nlam(name: &str, dom: ME, body: ME) -> ME {
81
ME::lam(mk_name(name), BinderInfo::Default, dom, body)
82
}
83
84
pub fn app(f: ME, a: ME) -> ME {
85
ME::app(f, a)
Callers
15
peano_env
Function · 0.85
good_peano1
Function · 0.85
good_peano2
Function · 0.85
good_peano3
Function · 0.85
bool_env
Function · 0.85
good_bool_rec_reduction
Function · 0.85
good_bool_rec_reduction_true
Function · 0.85
nat_env
Function · 0.85
good_n_rec_reduction
Function · 0.85
good_n_rec_reduction_succ
Function · 0.85
rtree_env
Function · 0.85
good_rtree_rec_reduction
Function · 0.85
Calls
2
lam
Function · 0.70
mk_name
Function · 0.70
Tested by
no test coverage detected