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

Method is_zero

crates/kernel/src/level.rs:90–92  ·  view source on GitHub ↗

True if this level is definitionally zero (Prop).

(&self)

Source from the content-addressed store, hash-verified

88 pub fn hash_eq(&self, other: &KUniv<M>) -> bool {
89 self.ptr_eq(other) || self.addr() == other.addr()
90 }
91
92 /// Structural equality mirroring the intern identity: `Param` display
93 /// names are NOT compared (matching the historical hash semantics).
94 /// Equal interned subtrees prune at the uid fast path.
95 fn structural_eq(&self, other: &Self) -> bool {

Callers 10

witness_dataMethod · 0.80
compute_is_large_and_kFunction · 0.80
is_prop_typeMethod · 0.80
maxMethod · 0.80
imaxMethod · 0.80
fmt_univFunction · 0.80
normalize_auxFunction · 0.80
normalize_imax_dispatchFunction · 0.80
univ_geqFunction · 0.80
check_field_universesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected