CurryInfo: searchtree-3.0.0 / Control.SearchTree.allValuesDFS

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