|
definition: |
allValuesIDSwith :: Int -> (Int -> Int) -> SearchTree a -> [a] allValuesIDSwith initdepth incrdepth = vsToList . idsStrategyWith initdepth incrdepth |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
Return the list of all values in a search tree via iterative-deepening search. The first argument is the initial depth bound and the second argument is a function to increase the depth in each iteration. |
|
failfree: |
(_, _) |
|
indeterministic: |
might be indeterministic |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> {.._#lambda508}}
|
|
name: |
allValuesIDSwith |
|
precedence: |
no precedence defined |
|
result-values: |
{.._#lambda508}
|
|
signature: |
Prelude.Int -> (Prelude.Int -> Prelude.Int) -> SearchTree a -> [a] |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |