agda_refine
Preview a refinement for an Agda goal, or apply and typecheck it in one atomic transaction.
Instructions
Preview a refinement, or atomically apply and typecheck it with apply:true
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Opaque goal handle returned by the latest module state | |
| apply | No | Guardedly write the proposal and typecheck it in one transaction | |
| async | No | true always returns a job handle; false blocks until Agda finishes | |
| timeoutMs | No | Override the configured Agda command timeout for this call | |
| expression | No | Expression to give; empty or omitted requests intro/refine | |
| 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 | |
| usePatternLambda | No |