Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ usucc
Function
usucc
crates/kernel/src/testing.rs:110–112 ·
view source on GitHub ↗
(u: MU)
Source
from the content-addressed store, hash-verified
108
}
109
110
pub fn usucc(u: MU) -> MU {
111
MU::succ(u)
112
}
113
114
pub fn umax(a: MU, b: MU) -> MU {
115
MU::max(a, b)
Callers
15
profile_sink_records_delta_edge_and_fuel
Function · 0.85
good_bool_rec_reduction
Function · 0.85
good_bool_rec_reduction_true
Function · 0.85
good_n_rec_reduction
Function · 0.85
good_n_rec_reduction_succ
Function · 0.85
good_rtree_rec_reduction
Function · 0.85
good_nat_lit_eq
Function · 0.85
prod_env
Function · 0.85
good_proj_red
Function · 0.85
good_struct_eta
Function · 0.85
good_prod_rec_reduction
Function · 0.85
good_quot_lift_reduction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected