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