MCPcopy Create free account
hub / github.com/argumentcomputer/ix / is_delta

Method is_delta

crates/kernel/src/def_eq.rs:1295–1301  ·  view source on GitHub ↗

Check if a constant is delta-reducible.

(&mut self, id: &KId<M>)

Source from the content-addressed store, hash-verified

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]

Callers 2

is_def_eq_innerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected