Module

Polyform.Validation.Par

Package
purescript-polyform
Repository
paluh/purescript-polyform

#ParValidation Source

newtype ParValidation m e a b

Constructors

Instances

#parallel Source

parallel :: forall m e b a. Validation m e a b -> ParValidation m e a b

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 b a. ParValidation m e a b -> Validation m e a b