lean_term_goal
Retrieves the expected term type at the cursor position in a Lean file to guide proof construction and type checking. Use it to inspect the goal type during interactive verification.
Instructions
Queries expected term type under cursor ($/lean/plainTermGoal)
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 |