CurryInfo: cass-4.1.0 / CASS.WorkerFunctions.map2

definition:
map2 :: (a -> b) -> ([a], [a]) -> ([b], [b])
map2 f (xs,ys) = (map f xs, map f ys)
demand:
argument 2
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{(,)}) |-> {(,)}}
name:
map2
precedence:
no precedence defined
result-values:
{(,)}
signature:
(a -> b) -> ([a], [a]) -> ([b], [b])
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms