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

Method all

crates/kernel/src/expr.rs:455–462  ·  view source on GitHub ↗
(
    name: M::MField<Name>,
    bi: M::MField<BinderInfo>,
    ty: KExpr<M>,
    body: KExpr<M>,
  )

Source from the content-addressed store, hash-verified

453 ) -> Self {
454 let addr = fresh_uid();
455 Self::lam_mdata_with_addr(name, bi, ty, body, mdata, addr)
456 }
457
458 pub fn all(
459 name: M::MField<Name>,
460 bi: M::MField<BinderInfo>,
461 ty: KExpr<M>,
462 body: KExpr<M>,
463 ) -> Self {
464 Self::all_mdata(name, bi, ty, body, no_mdata::<M>())
465 }

Callers 9

try_same_head_spineMethod · 0.45
is_def_eq_whnfMethod · 0.45
ingress_muts_blockFunction · 0.45
try_detect_nestedMethod · 0.45
is_large_eliminatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected