Skip to content

purescript/purescript-psci-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-psci-support

Latest release Build status

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.

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.