lean_goal
Retrieve the current Lean 4 tactic proof state at a specified cursor position in a .lean file to inspect goals and hypotheses during proof development.
Instructions
Queries interactive Lean 4 tactic proof state at cursor position ($/lean/plainGoal)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | No | 1-based column number | |
| line | Yes | 1-based line number | |
| filePath | Yes | Absolute or relative path to the .lean file | |
| character | No | Synonym for col |