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

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