definition: |
values2list :: Values a -> IO [a] values2list s = return (valuesOf s) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
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: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
values2list |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Values a -> Prelude.IO [a] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |