agda_compute_in_goal
Evaluate an expression within a specific Agda goal's local context to see its normalized form, using local variables and hypotheses.
Instructions
Normalize (evaluate) an expression in the context of a specific goal.
Unlike agda_compute which works at top level, this evaluates within a goal's local context.
Args: file_path: Absolute path to the .agda file goal_id: The goal/hole number (from agda_load output) expr: The expression to evaluate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | ||
| goal_id | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |