Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ z
Function
z
crates/compile/src/congruence.rs:414–416 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
412
Level::param(Name::str(Name::anon(), s.to_string()))
413
}
414
fn z() -> Level {
415
Level::zero()
416
}
417
fn s(l: Level) -> Level {
418
Level::succ(l)
419
}
Callers
4
level_max_same_arg_dedup
Function · 0.85
level_max_zero_absorption
Function · 0.85
level_imax_zero_second_arg
Function · 0.85
level_normalize_idempotent
Function · 0.85
Calls
no outgoing calls
Tested by
4
level_max_same_arg_dedup
Function · 0.68
level_max_zero_absorption
Function · 0.68
level_imax_zero_second_arg
Function · 0.68
level_normalize_idempotent
Function · 0.68