pub fn check_derivation_with_defs(
premises: &[ProofExpr],
goal: &ProofExpr,
definitions: &[Definition],
derivation: DerivationTree,
) -> VerifiedProofExpand description
Like check_derivation but with user Definitions in scope (Rung 0a), so
an externally-built derivation of a definiens can certify against a goal
stated with the definiendum — δ reconciles them at the root.