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

definition:
allValuesIDS :: SearchTree a -> [a]
allValuesIDS t = allValuesIDSwith defIDSDepth defIDSInc t
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Return all values in a search tree via iterative-deepening search.
failfree:
_
indeterministic:
might be indeterministic
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
allValuesIDS
precedence:
no precedence defined
result-values:
_
signature:
SearchTree a -> [a]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term