agda_why_in_scope
Find where an Agda name is brought into scope. Supply the file path and name to trace its origin declaration.
Instructions
Explain where a name is brought into scope.
Args: file_path: Absolute path to the .agda file name: The name to look up (e.g. "ℕ", "suc", "add")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |