Module

Record.ExtraSrghma.ParSequenceRecord

Package
purescript-record-extra-srghma
Repository
srghma/purescript-record-extra-srghma

#parSequenceRecord Source

parSequenceRecord :: forall row row' rl parM m. RowToList row rl => ParSequenceRecord rl row () row' parM m => Record row -> m (Record row')

#ParSequenceRecord Source

class ParSequenceRecord :: forall k. k -> Row Type -> Row Type -> Row Type -> (Type -> Type) -> (Type -> Type) -> Constraintclass (Parallel parM m) <= ParSequenceRecord rl row from to parM m | rl -> row from to parM m where

Members

Instances