CurryInfo: base-3.3.0 / Control.Search.SetFunctions.mapValues

definition:
mapValues :: (a -> b) -> Values a -> Values b
#ifdef __KICS2__
mapValues f (Values s) = Values (map f s)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Maps a function to all elements of a multiset of values.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{Values}) |-> {Values}}
name:
mapValues
precedence:
no precedence defined
result-values:
{Values}
signature:
(a -> b) -> Values a -> Values b
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms