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

definition: Info
 
values2list :: Values a -> IO [a]
values2list s = return (valuesOf s)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Puts all elements of a multiset of values in a list.
Since the order of the elements in the list might depend on
the time of the computation, this operation is an I/O action.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 values2list
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Values a -> Prelude.IO [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms