CurryInfo: rewriting-3.0.0 / Data.Tuple.Extra.both

definition:
both :: (a -> b) -> (a, a) -> (b, b)
both f (x, y) = (f x, f y)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Apply a function to both components of a tuple.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{(,)}) |-> {(,)}}
name:
both
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