Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ sort
Function
sort
crates/kernel/src/testing.rs:60–62 ·
view source on GitHub ↗
(u: MU)
Source
from the content-addressed store, hash-verified
58
}
59
60
pub fn sort(u: MU) -> ME {
61
ME::sort(u)
62
}
63
64
pub fn pi(dom: ME, cod: ME) -> ME {
65
ME::all(mk_name(
"_"
), BinderInfo::Default, dom, cod)
Callers
15
decompile_expr
Function · 0.85
test_projection_decompile_loads_meta_extensions
Function · 0.85
sort0
Function · 0.85
sort0
Function · 0.85
ungrounded_level_param
Function · 0.85
grounded_level_param_when_declared
Function · 0.85
egress_expr
Function · 0.85
kexpr_to_ixon
Function · 0.85
sort0
Function · 0.85
sort_succ
Function · 0.85
compile_expr
Function · 0.85
test_compile_expr_sort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected