infer_type
Infer the type and effect row for an expression at a specific source position (line, column) in a .hird file, showing compiler analysis for debugging and exploration.
Instructions
Infer the type and effect row of the expression at a source location (1-based line, 1-based character column) in a .hird file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to a .hird source file. | |
| line | Yes | 1-based source line. | |
| column | Yes | 1-based character column. |