CurryInfo: currypp-3.2.0 / CPP.ICode.ParseMonad.sndPM

definition:
sndPM :: PM (a,b) -> PM b
sndPM = liftPM snd
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- snd defined on PM
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {liftPM}}
name:
sndPM
precedence:
no precedence defined
result-values:
{liftPM}
signature:
PM (a, b) -> PM b
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms