Module

PSCI.Support

Package
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 instances provided for the Effect type constructor and any Showable types.

Members

Instances

Modules
PSCI.Support