definition: |
valuesOf :: a -> [a] valuesOf = valuesOfSearchTree . someSearchTree . (id $##) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
Computes the list of all values of the given argument according to a given strategy (here: randomized diagonalization of levels with flattening). |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
valuesOf |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
a -> [a] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |