definition: |
allValuesWith :: Strategy a -> SearchTree a -> [a] allValuesWith strategy searchtree = vsToList (strategy searchtree) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Return all values in a search tree via some given search strategy. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
allValuesWith |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(SearchTree a -> ValueSequence a) -> SearchTree a -> [a] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |