get_type_details
Retrieve detailed information about Haskell types including constructors and fields for enterprise-scale code analysis.
Instructions
Get detailed information about a specific type including constructors and fields
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_name | Yes | Name of the type | |
| module_name | No | Module containing the type (optional) | |
| include_constructors | No | Include constructor details | |
| include_fields | No | Include field details for constructors |