CurryInfo: base-3.4.0 / Control.Search.SearchTree.allValuesBFS

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