get_type_dependencies
Analyze type dependencies and relationships in Haskell code to understand how types connect and interact within modules.
Instructions
Analyze type dependencies and relationships
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_name | Yes | Name of the type | |
| module_name | No | Module containing the type (optional) | |
| include_dependents | No | Include types that depend on this type | |
| depth | No | Maximum dependency depth to traverse |