CurryInfo: icurry-3.2.0 / TermGraph.SVG.uncurry3

definition: Info
 
uncurry3 :: (a -> b -> c -> d) -> (a, b, c) -> d
uncurry3 f (a, b, c) = f a b c
demand: Info
 arguments 1 2
deterministic: Info
 deterministic operation
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{(,,)}) |-> _}
name: Info
 uncurry3
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (a -> b -> c -> d) -> (a, b, c) -> d
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms