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

Class FVarId

crates/kernel/src/expr.rs:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 IxonUniv::Succ(inner) => {
56 hasher.update(&[1]);
57 hash_ixon_univ(inner, hasher);
58 },
59 IxonUniv::Max(a, b) => {
60 hasher.update(&[2]);

Calls

no outgoing calls