CurryInfo: currypp-3.2.0 / CPP.ICode.ParseMonad.sequencePM

definition: Info
 
sequencePM :: [PM a] -> PM [a]
sequencePM ms = warnPM (sequencePR (map discardWarningsPM ms))
                       (foldr (++) [] (map getWarningsPM ms))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Join multiple Parser Monads into one
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {PM}}
name: Info
 sequencePM
precedence: Info
 no precedence defined
result-values: Info
 {PM}
signature: Info
 [PM a] -> PM [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms