pub fn suggest_hint(
goal: &ProofExpr,
knowledge_base: &[ProofExpr],
failed_tactics: &[SuggestedTactic],
) -> SocraticHintExpand description
Generate a Socratic hint based on the goal and available knowledge
pub fn suggest_hint(
goal: &ProofExpr,
knowledge_base: &[ProofExpr],
failed_tactics: &[SuggestedTactic],
) -> SocraticHintGenerate a Socratic hint based on the goal and available knowledge