Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_id
Function · 0.70
whnf_beta_multi
Function · 0.70
whnf_zeta
Function · 0.70
unit_env
Function · 0.70
nat_env
Function · 0.70
quot_env
Function · 0.70
Calls
1
sort
Function · 0.85
Tested by
2
whnf_beta_multi
Function · 0.56
whnf_zeta
Function · 0.56