pursIdeType
Retrieve type signatures of functions, variables, or values in PureScript code using an IDE server. Helps clarify expected inputs and outputs for better code understanding and development.
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. |