Skip to main content

verify_deduction

Function verify_deduction 

Source
pub fn verify_deduction<Atomic>(
    premises: impl IntoIterator<Item = Atomic>,
    inferences: impl IntoIterator<Item = SupportingInference<Atomic>>,
) -> Result<(), InvalidDeduction<Atomic>>
where Atomic: AtomicConstraint,
Expand description

Verify that a deduction is valid given the inferences in the proof stage.

The inferences are considered in the order they are provided.