(&mut self, a: &KExpr<M>, b: &KExpr<M>)
| 379 | /// |
| 380 | /// Def-eq may inspect both sides through WHNF, inference, proof |
| 381 | /// irrelevance, eta, and structural recursion. All of those operations are |
| 382 | /// bounded by the loose-bound-variable range reachable from the compared |
| 383 | /// expressions, so the relevant context is the suffix needed by the larger |
| 384 | /// `lbr`. |
| 385 | #[inline] |
| 386 | pub fn def_eq_ctx_key(&mut self, a: &KExpr<M>, b: &KExpr<M>) -> CtxAddr { |
no test coverage detected