Rulvar API reference / @rulvar/rulvar / Contradiction
Interface: Contradiction
Defined in: packages/core/dist/index.d.ts
One cited location two children read differently.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
anchor | string | The cited location both readings point at, e.g. 'src/retry.ts:33'. | packages/core/dist/index.d.ts |
claims | ContradictionClaim[] | Every reading of that key at that anchor, in first-seen order. | packages/core/dist/index.d.ts |
key | string | The key both readings name, e.g. 'attempts'. | packages/core/dist/index.d.ts |