MCPcopy 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_dedupFunction · 0.85

Calls

no outgoing calls

Tested by 4

level_max_same_arg_dedupFunction · 0.68