Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
replace_aux_refs_for_sort
Method · 0.70
try_replace_aux_ref_for_sort
Method · 0.70
build_motive_type_flat
Method · 0.70
build_minor_at_depth
Method · 0.70
build_direct_ih
Method · 0.70
build_rec_type
Method · 0.70
build_rule_rhs
Method · 0.70
build_rule_ih
Method · 0.70
bool_env
Function · 0.70
nat_env
Function · 0.70
nat_rec_rules
Function · 0.70
list_env
Function · 0.70
Calls
no outgoing calls
Tested by
6
nat_rec_rules
Function · 0.56
nested_tree_rec_type_matches
Function · 0.56
syntax_like_false_positive_rec_field
Function · 0.56
wf_like_rec_type
Function · 0.56
accept_valid_nested_list_tree
Function · 0.56
reject_bool_rec_with_swapped_rules
Function · 0.56