agda_why_in_scope_goal
Trace where a name enters a goal's local scope, explaining its origin and why it is accessible.
Instructions
Explain where a name is brought into scope, in the context of a goal.
Like agda_why_in_scope but with access to the goal's local scope.
Args: file_path: Absolute path to the .agda file goal_id: The goal/hole number (from agda_load output) name: The name to look up
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| goal_id | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |