pub fn normalize(l: &Level) -> LevelExpand description
Normalize a universe level to canonical form.
Follows LEAN 4’s normalization algorithm:
- Flatten nested max expressions
- Normalize each argument recursively
- Sort arguments
- Merge duplicates (keep larger offsets)
- Remove subsumed explicit levels