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

Method store_const

crates/ixon/src/env.rs:174–176  ·  view source on GitHub ↗
(&self, addr: Address, constant: Constant)

Source from the content-addressed store, hash-verified

172 /// `perm[source_j] = canonical_i`: Lean's source-walk position to
173 /// our canonical hash-sorted position.
174 pub perm: Vec<usize>,
175 /// Number of constructors for the aux inductive at source position j.
176 /// Same count regardless of which position the aux ends up at
177 /// canonically (it's a property of the external nested inductive).
178 pub source_ctor_counts: Vec<usize>,
179}

Calls 1

insertMethod · 0.45