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

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