getWhereBindings
Extract 'where' clauses from PureScript functions to identify local helper functions and variables, aiding in detailed function analysis and implementation understanding.
Instructions
Find 'where' clauses in PureScript functions. These contain local helper functions and variables. Useful for understanding function implementation details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | PureScript code snippet. |