Module

PSCI.Support

Package
purescript-psci-support
Repository
purescript/purescript-psci-support

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

#Eval Source

class Eval a  where

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

There are (possibly overlapping) instances provided for the Eff type constructor and any Showable types.

Members

Instances

Modules
PSCI.Support