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

Function m

crates/compile/src/congruence.rs:422–424  ·  view source on GitHub ↗

Raw `Level::max` (no simplification) — what Lean's exporter and `Level.instantiateParams` produce.

(x: Level, y: Level)

Source from the content-addressed store, hash-verified

420 /// Raw `Level::max` (no simplification) — what Lean's exporter and
421 /// `Level.instantiateParams` produce.
422 fn m(x: Level, y: Level) -> Level {
423 Level::max(x, y)
424 }
425 /// Raw `Level::imax`.
426 fn im(x: Level, y: Level) -> Level {
427 Level::imax(x, y)

Calls

no outgoing calls