agda_load
Loads and type-checks an Agda file, returning goals, errors, and warnings. Call before other commands and after edits to refresh results.
Instructions
Load and type-check an Agda file. Returns goals, errors, and warnings.
This must be called before other commands. Call again after edits to refresh.
Args: file_path: Absolute path to the .agda file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |