(&mut self, e: &KExpr<M>)
| 356 | /// `try_proof_irrel` — those callees use their argument's own lbr, which |
| 357 | /// is `≤ e.lbr`, so the WHNF suffix dominates; |
| 358 | /// (3) native reduction body unfold — closed body, no context dependence. |
| 359 | /// |
| 360 | /// Sharing two distinct outer contexts that share a relevant suffix is the |
| 361 | /// payoff: the same WHNF subterm can hit cache across them. |
| 362 | #[inline] |
| 363 | pub fn whnf_key(&mut self, e: &KExpr<M>) -> (Addr, CtxAddr) { |