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