lookup_definition
Retrieve a named definition's source location, type, doc comment, and kind from a .hird file for compiler introspection.
Instructions
Look up a top-level definition by name: source location, type, doc comment, and kind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to a .hird source file. | |
| name | Yes | The definition's name. |