get_functions_by_module
Retrieve all functions defined in a specific Haskell module for code analysis, with options to limit results and include signatures.
Instructions
Get all functions defined in a specific module
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_name | Yes | Name of the module | |
| limit | No | Maximum number of functions to return | |
| include_signatures | No | Include function signatures in output |