pub fn prove_certify_check_with_defs(
premises: &[ProofExpr],
goal: &ProofExpr,
definitions: &[Definition],
) -> VerifiedProofExpand description
Like prove_certify_check but with user Definitions in scope (Rung 0a).
pub fn prove_certify_check_with_defs(
premises: &[ProofExpr],
goal: &ProofExpr,
definitions: &[Definition],
) -> VerifiedProofLike prove_certify_check but with user Definitions in scope (Rung 0a).