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

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