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

definition: Info
 
sortValues :: Ord a => Values a -> [a]
sortValues = sortValuesBy (<=)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Transforms a multiset of values into a list sorted by
the standard term ordering. As a consequence, the multiset of values
is completely evaluated.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {sortValuesBy}}
name: Info
 sortValues
precedence: Info
 no precedence defined
result-values: Info
 {sortValuesBy}
signature: Info
 Prelude.Ord a => Values a -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term