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

Function mk_name

crates/kernel/src/level.rs:716–722  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

714}
715
716/// Normalize a universe level to Géran's canonical form.
717fn normalize_level<M: KernelMode>(l: &KUniv<M>) -> NormLevel {
718 let mut acc = NormLevel::new();
719 acc.insert(Vec::new(), Node::default());
720 normalize_aux(l, &[], 0, &mut acc);
721 subsumption(&mut acc);
722 acc
723}
724
725/// Semantic universe equality: `u ≡ v` for all parameter assignments.

Calls

no outgoing calls

Tested by 7

offset_peelingFunction · 0.56
display_succ_offsetFunction · 0.56