get_class_details
Retrieve comprehensive class information including methods and instances for static analysis of Haskell codebases.
Instructions
Get detailed information about a specific class including methods and instances
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Name of the class | |
| module_name | No | Module containing the class (optional) | |
| include_instances | No | Include class instances |