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

Function equality_by_bytes

crates/ixon/src/lazy.rs:342–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

340 Constant::new(ConstantInfo::Axio(Axiom {
341 is_unsafe: false,
342 lvls: 0,
343 typ: Expr::sort(0),
344 }))
345 }
346
347 fn defn_constant() -> Constant {
348 Constant::new(ConstantInfo::Defn(Definition {
349 kind: DefKind::Definition,
350 safety: DefinitionSafety::Safe,
351 lvls: 1,

Callers

nothing calls this directly

Calls 2

axiom_constantFunction · 0.85
defn_constantFunction · 0.85

Tested by

no test coverage detected