(s: &mut NormLevel, idx: u64, k: u64, path: &[u64])
| 327 | Err(pos) => self.var.insert(pos, VarNode { idx, offset: k }), |
| 328 | } |
| 329 | } |
| 330 | } |
| 331 | |
| 332 | /// Canonical form: a map from imax-paths (sorted param indices representing |
| 333 | /// the conditioning chain) to nodes tracking constant offsets and variable |
| 334 | /// contributions. |
no test coverage detected