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

Method eq

crates/kernel/src/level.rs:248–250  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

246 KUniv::new(UnivData::IMax(a, b, super::expr::fresh_uid()))
247 }
248
249 pub fn param(idx: u64, name: M::MField<Name>) -> Self {
250 KUniv::new(UnivData::Param(idx, name, super::expr::fresh_uid()))
251 }
252}
253

Callers

nothing calls this directly

Calls 1

hash_eqMethod · 0.45

Tested by

no test coverage detected