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

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