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

definition: Info
 
swapIOPM :: PM (IO a) -> IO (PM a)
swapIOPM m = swapIOPR (discardWarningsPM m)
             >>= return . flip warnPM (getWarningsPM m)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Swap the PM and the IO Monad
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 swapIOPM
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 PM (Prelude.IO a) -> Prelude.IO (PM a)
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms