agda_normalize_expression
Normalize an Agda expression in the current workspace or within a goal's local scope. Get the simplified normal form to understand what the expression evaluates to.
Instructions
Normalize an expression in workspace or goal-local scope
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| mode | No | ||
| async | No | true always returns a job handle; false blocks until Agda finishes | |
| timeoutMs | No | Override the configured Agda command timeout for this call | |
| workspace | No | ||
| expression | Yes | ||
| includeRaw | No | Include Agda's native event log; omitted by default because it is large | |
| deferAfterMs | No | How long this call may block before returning a job handle; capped by maxJobWaitMs |