CurryInfo: currypp-3.2.0 / CPP.ICode.ParseError.sequencePR

definition: Info
 
sequencePR :: [PR a] -> PR [a]
sequencePR []       = okPR []
sequencePR (pr:prs) = concatPR
                        (bindPR pr $ \x -> okPR [x])
                        (sequencePR prs)
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Join multiple Error Monads into one
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({[]}) |-> {OK} || ({:}) |-> {Errors,OK}}
name: Info
 sequencePR
precedence: Info
 no precedence defined
result-values: Info
 {Errors,OK}
signature: Info
 [PR a] -> PR [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms