MCPcopy Create free account
hub / github.com/argumentcomputer/ix / s

Function s

crates/compile/src/congruence.rs:417–419  ·  view source on GitHub ↗
(l: Level)

Source from the content-addressed store, hash-verified

415 Level::zero()
416 }
417 fn s(l: Level) -> Level {
418 Level::succ(l)
419 }
420 /// Raw `Level::max` (no simplification) — what Lean's exporter and
421 /// `Level.instantiateParams` produce.
422 fn m(x: Level, y: Level) -> Level {

Calls

no outgoing calls