Module

PSCI.Support

This module provides support for the PureScript interactive mode, PSCI.

#Eval

class Eval a  where

The Eval class captures those types which can be evaluated in the REPL.

There are instances provided for the Effect type constructor and any Showable types.

Members

Instances