CurryInfo: property-prover-2.0.0 / Inference.Simplification.swapAnn

definition:
swapAnn :: [a] -> [(b, c)] -> [(a, c)]
swapAnn = zipWith (\x (_, a) -> (x, a))
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {zipWith}}
name:
swapAnn
precedence:
no precedence defined
result-values:
{zipWith}
signature:
[a] -> [(b, c)] -> [(a, c)]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms