Module

Polyform.Validator.Par

Package
purescript-polyform
Repository
paluh/purescript-polyform

#Par Source

newtype Par m e i o

Constructors

Instances

#parallel Source

parallel :: forall m e o i. 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 m e o i. Par m e i o -> Validator m e i o