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

Function app

crates/kernel/src/inductive.rs:4535–4537  ·  view source on GitHub ↗

Helper: build `App(f, a)`

(f: AE, a: AE)

Source from the content-addressed store, hash-verified

4533 }
4534 match self.try_get_const(&ctors[0])? {
4535 Some(KConst::Ctor { fields, .. }) => Ok(fields == 0),
4536 _ => Ok(false),
4537 }
4538 }
4539}
4540

Callers 15

build_minor_at_depthMethod · 0.70
build_direct_ihMethod · 0.70
build_rec_typeMethod · 0.70
build_rule_rhsMethod · 0.70
build_rule_ihMethod · 0.70
bool_envFunction · 0.70
nat_envFunction · 0.70
nat_rec_rulesFunction · 0.70
list_envFunction · 0.70

Calls

no outgoing calls

Tested by 6

nat_rec_rulesFunction · 0.56
wf_like_rec_typeFunction · 0.56