CurryInfo: verify-non-fail-2.0.0 / Verify.Helpers.fst3

definition:
 
fst3 :: (a,b,c) -> a
fst3 (x,_,_) = x
demand:
 argument 1
deterministic:
 deterministic operation
documentation:
 
---------------------------------------------------------------------------
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {({(,,)}) |-> _}
name:
 fst3
precedence:
 no precedence defined
result-values:
 _
signature:
 (a, b, c) -> a
solution-complete:
 operationally complete operation
terminating:
 yes
totally-defined:
 reducible on all ground data terms