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

definition:
bindPR :: PR a -> (a -> PR b) -> PR b
bindPR (OK x)     f = f x
bindPR (Errors p) _ = Errors p
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Bind function
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({OK},_) |-> _ || ({Errors},_) |-> {Errors}}
name:
bindPR
precedence:
no precedence defined
result-values:
_
signature:
PR a -> (a -> PR b) -> PR b
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms