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

definition: Info
 
allValuesDFS :: SearchTree a -> [a]
allValuesDFS = vsToList . dfsStrategy
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Return all values in a search tree via depth-first search
failfree: Info
 ()
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {() |-> {.._#lambda508}}
name: Info
 allValuesDFS
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 SearchTree a -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms