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

definition:
warnPM :: PR a -> [Warning] -> PM a
warnPM x w = PM (returnWM x w)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Encapsulate an Error Monad with a Warning Monad creating a PM Monad
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {PM}}
name:
warnPM
precedence:
no precedence defined
result-values:
{PM}
signature:
CPP.ICode.ParseError.PR a -> [(CPP.ICode.ParsePos.Pos, String)] -> PM a
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms