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

Function sort1

crates/kernel/src/whnf.rs:3091–3093  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3089 (3usize, 5usize)
3090 } else if addr == self.prims.quot_ind.addr {
3091 if args.len() < 5 {
3092 return Ok(None);
3093 }
3094 (3usize, 4usize)
3095 } else {
3096 return Ok(None);

Callers 6

env_with_idFunction · 0.70
whnf_beta_multiFunction · 0.70
whnf_zetaFunction · 0.70
unit_envFunction · 0.70
nat_envFunction · 0.70
quot_envFunction · 0.70

Calls 1

sortFunction · 0.85

Tested by 2

whnf_beta_multiFunction · 0.56
whnf_zetaFunction · 0.56