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

definition: Info
 
addOneErrorPR :: PR a -> PError -> PR a
addOneErrorPR m p = addErrorsPR m [p]
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Add one error to the Error Monad
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {Errors}}
name: Info
 addOneErrorPR
precedence: Info
 no precedence defined
result-values: Info
 {Errors}
signature: Info
 PR a -> PError -> PR a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms