agda_search_about
Search an Agda file for definitions whose types reference specified names, uncovering relevant lemmas, functions, or constructors.
Instructions
Search for definitions whose type mentions the given names.
Useful for finding relevant lemmas, functions, or constructors.
Args: file_path: Absolute path to the .agda file query: Space-separated names to search for in types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |