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

definition: Info
 
throwPMsg :: Pos -> String -> PR a
throwPMsg p s= throwOnePR (perror p s)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Throw an error with one PError that has a position and message
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {Errors}}
name: Info
 throwPMsg
precedence: Info
 no precedence defined
result-values: Info
 {Errors}
signature: Info
 CPP.ICode.ParsePos.Pos -> String -> PR a
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms