CurryInfo: searchtree-3.0.0 / Control.SearchTree.allValuesDiag

definition:
allValuesDiag :: SearchTree a -> [a]
allValuesDiag = allValuesWith diagStrategy
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Return all values in a search tree via diagonalization search strategy.
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {allValuesWith}}
name:
allValuesDiag
precedence:
no precedence defined
result-values:
{allValuesWith}
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