Skip to main content

verify_answer

Function verify_answer 

Source
pub fn verify_answer(
    cx: &mut Cx,
    intent: &CompiledIntent,
    answer: &Expr,
) -> Result<VerifyReport>
Expand description

Runs semantic verification with an empty catalog.

Callers that need registered verifier definitions should use VerifyCatalog::verify_answer.