|
definition: |
allValuesDFS :: SearchTree a -> [a] allValuesDFS = vsToList . dfsStrategy |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Return all values in a search tree via depth-first search |
|
failfree: |
() |
|
indeterministic: |
might be indeterministic |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {.._#lambda508}}
|
|
name: |
allValuesDFS |
|
precedence: |
no precedence defined |
|
result-values: |
{.._#lambda508}
|
|
signature: |
SearchTree a -> [a] |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |