Module

Polyform.Validation.Par

#ParValidation

newtype ParValidation m e a b

Constructors

Instances

#parallel

parallel :: forall a b e m. 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

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

Modules