pub fn check_contradiction(
a: &TemporalClaim,
b: &TemporalClaim,
) -> TemporalContradictionStatusExpand description
Check two claims for temporal contradiction.
This is a structural check only — semantic contradiction detection (whether two claims actually conflict in meaning) is deferred to the future Forge causal layer.