Check if a constant is delta-reducible.
(&mut self, id: &KId<M>)
| 1293 | { |
| 1294 | self.dump_eta_trace( |
| 1295 | "eta-base", |
| 1296 | Some(&induct_id), |
| 1297 | num_fields, |
| 1298 | &t_norm, |
| 1299 | &base, |
| 1300 | ); |
| 1301 | return Ok(true); |
| 1302 | } |
| 1303 | |
| 1304 | // Compare each field: proj(induct, i, t) ≡ s_args[params + i] |
no outgoing calls
no test coverage detected