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

Function ipi

crates/kernel/src/testing.rs:72–74  ·  view source on GitHub ↗
(name: &str, dom: ME, cod: ME)

Source from the content-addressed store, hash-verified

70}
71
72pub fn ipi(name: &str, dom: ME, cod: ME) -> ME {
73 ME::all(mk_name(name), BinderInfo::Implicit, dom, cod)
74}
75
76pub fn lam(dom: ME, body: ME) -> ME {
77 ME::lam(mk_name("_"), BinderInfo::Default, dom, body)

Callers 15

add_eq_axiomsFunction · 0.85
bool_envFunction · 0.85
nat_envFunction · 0.85
rtree_envFunction · 0.85
prod_envFunction · 0.85
add_eq_inductiveFunction · 0.85
quot_envFunction · 0.85

Calls 1

mk_nameFunction · 0.70

Tested by

no test coverage detected