agda_infer
Infer the type of an Agda expression within a specific file's context, providing type-checking results directly in your development workflow.
Instructions
Infer the type of an expression in the context of a loaded file.
Args: file_path: Absolute path to the .agda file (for scope) expr: The expression to type-check (e.g. "add", "suc zero")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |