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

definition:
throwPM :: Pos -> String -> PM _
throwPM p s = PM $ cleanWM (throwPMsg p s)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Return without Warnings but with Errors
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
throwPM
precedence:
no precedence defined
result-values:
_
signature:
CPP.ICode.ParsePos.Pos -> String -> PM a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms