Module

Polyform.Exceptor

Package
purescript-polyform
Repository
paluh/purescript-polyform

#Exceptor Source

newtype Exceptor m e i o

This type is nearly Star (Except e m) but:

  • No Semigroup e constraint in its Alt instance (consistent with Either)

  • Provides Parallel instance.

Constructors

Instances

#ParExceptor Source

newtype ParExceptor f e i o

Constructors

Instances