The answer( )
elaborator #
This file provides syntax for marking up answers in a problem statement.
Note: certain problems also providing an answer, and can be formalised
using answer(sorry)
as a placeholder. While providing a proof simply requires
finding any way to replace := sorry
, providing an answer is not just finding
any way to replace answer(sorry): it requires evaluation of mathematical meaning,
which is a job for human mathematicians, not Lean alone.
Indicates where the answer is in a problem statement.
Equations
- One or more equations did not get rendered due to their size.
Instances For
An answer: a term, and the context in which it was elaborated
- ctx : Lean.Elab.ContextInfo
- term : Lean.Elab.TermInfo
Instances For
Print an answer
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Google.getAnswers
{m : Type → Type u_1}
[Monad m]
(i : Lean.Elab.InfoTree)
:
m (Array AnswerInfo)
Find answers by inspecting an InfoTree