Module

Polyform.Validator.Par

Package
purescript-polyform
Repository
purescript-polyform/polyform

#Par Source

newtype Par m e i o

Constructors

Instances

#parallel Source

parallel :: forall i o e m. Validator m e i o -> Par m e i o

As we are not able to provide Parallel instance currently (https://github.com/purescript/purescript-parallel/issues/24) here we have some synonims.

#sequential Source

sequential :: forall i o e m. Par m e i o -> Validator m e i o