agda_infer_type
Infer the type of an Agda expression within the current workspace or goal-local context, returning the resolved type to aid in interactive proof development.
Instructions
Infer the type of an expression in workspace or goal-local scope
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| async | No | true always returns a job handle; false blocks until Agda finishes | |
| rewrite | No | ||
| 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 |