get_function_details
Retrieve detailed information about specific functions in Haskell codebases to analyze their structure, parameters, and dependencies.
Instructions
Get detailed information about a specific function
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | Name of the function | |
| module_name | No | Module containing the function (optional) |