CurryInfo: searchtree-unsafe-3.0.0 / Control.Search.SearchTree.Unsafe.allValuesBFS

definition: Info
 
allValuesBFS :: SearchTree a -> [a]
allValuesBFS t = vsToList (bfsStrategy t)
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
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 allValuesBFS
precedence: Info
 no precedence defined
result-values: Info
 _
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