explain_effect_row
Explain a function's effect row by returning its canonical form and a human-readable description of each effect, clarifying what side effects the function performs.
Instructions
Explain a function's effect row: the canonical row plus a human-readable explanation of each effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to a .hird source file. | |
| fn_name | Yes | The function's name. |