CurryInfo: searchtree-3.0.0 / Control.SearchTree.Traversal.rndDepthDiag

definition:
rndDepthDiag :: Int -> SearchTree a -> [a]
rndDepthDiag rnd t = [ x | Value x <- rndDfsDiag rnd t ]
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- randomized variant of diagonalized depth first search.
---
--- @param t search tree
--- @return enumeration of values in given search tree
---
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
rndDepthDiag
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Int -> Control.SearchTree.SearchTree a -> [a]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term