Conv widget #
This is a slightly improved version of one of the examples in the ProofWidget library.
It defines a conv?
tactic that displays a widget panel allowing to generate
a conv
call zooming to the subexpression selected in the goal.
def
insertEnter
(locations : Array Lean.SubExpr.GoalsLocation)
(goalType : Lean.Expr)
(params : SelectInsertParams)
:
Return the link text and inserted text above and below of the conv widget.
Equations
Instances For
Rpc function for the conv widget.
Equations
Instances For
The conv widget.
Equations
Instances For
Display a widget panel allowing to generate a conv
call zooming to the subexpression selected
in the goal.