https://github.com/purescript/purescript-psci-support
Support module for the PSCI interactive mode
https://github.com/purescript/purescript-psci-support
Last synced: 14 days ago
JSON representation
Support module for the PSCI interactive mode
- Host: GitHub
- URL: https://github.com/purescript/purescript-psci-support
- Owner: purescript
- License: bsd-3-clause
- Created: 2016-05-12T04:18:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T14:16:03.000Z (almost 4 years ago)
- Last Synced: 2026-01-29T04:47:48.474Z (24 days ago)
- Language: PureScript
- Homepage:
- Size: 29.3 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-psci-support
[](https://github.com/purescript/purescript-psci-support/releases)
[](https://github.com/purescript/purescript-psci-support/actions?query=workflow%3ACI+branch%3Amaster)
Support module for the PSCI interactive mode. This package is required for correct operation of PSCI as of version 0.9.0.
## Installation
```
spago install psci-support
```
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-psci-support).
## Notes for Library Implementors
If you are implementing an alternative to the Prelude, you may wish to implement the `Eval` class for any types which should support evaluation in the REPL.