pursIdeType
Retrieve type signatures of functions, variables, or values in PureScript code to understand input and output details. Requires an active IDE server and loaded modules for accurate lookups.
Instructions
Look up the type signature of functions, variables, or values in PureScript code. PREREQUISITES: IDE server running and modules loaded. Helpful for understanding what a function expects and returns.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
currentModule | No | Optional: Current module context. | |
filters | No | Optional: Array of Filter objects. | |
search | Yes | Identifier name to search for. |