(&self, addr: Address, constant: Constant)
| 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 | } |