agda_compute
Evaluate and normalize Agda expressions using the definitions from a given .agda file, by supplying the file path and expression.
Instructions
Normalize (evaluate) an expression.
Args: file_path: Absolute path to the .agda file (for scope) expr: The expression to evaluate (e.g. "add 2 3")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |