agda_case_split
Preview or apply case splits on Agda goals, with optional atomic typechecking.
Instructions
Preview a case split, 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 | |
| variables | No | Pattern variables to split; empty splits the result | |
| 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 |