pattern_match_code
Analyzes Haskell code to identify specific patterns like function calls, type usage, or code structures for static analysis and dependency tracking.
Instructions
Advanced pattern matching to find code structures
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern_type | Yes | Type of pattern to match | |
| pattern_config | Yes | Pattern configuration based on pattern_type | |
| limit | No | Maximum number of results |