getWhereBindings
Extract 'where' clauses from PureScript functions to identify local helper functions and variables, aiding in understanding function implementation details.
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. |