find_similar_functions
Identify functions with similar signatures and code patterns to a reference function in Haskell codebases for code analysis and refactoring.
Instructions
Find functions similar to a given function based on signature and code
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | Name of the reference function | |
| module_name | No | Module containing the reference function (optional) | |
| similarity_threshold | No | Similarity threshold (0.0 to 1.0) | |
| limit | No | Maximum number of similar functions to return |