SelectInsertParamsClass #
Defines the basic class of parameters for a select and insert widget.
This needs to be in a separate file in order to initialize the deriving handler.
Structures providing parameters for a Select and insert widget.
- pos : α → Lean.Lsp.PositionCursor position in the file at which the widget is being displayed. 
- goals : α → Array Lean.Widget.InteractiveGoalThe current tactic-mode goals. 
- selectedLocations : α → Array Lean.SubExpr.GoalsLocationLocations currently selected in the goal state. 
- replaceRange : α → Lean.Lsp.RangeThe range in the source document where the command will be inserted. 
Instances
Handler deriving a SelectInsertParamsClass instance.
Equations
- One or more equations did not get rendered due to their size.