CurryInfo: base-3.4.0 / Control.Search.SearchTree.allValuesIDSwith

definition: Info
 
allValuesIDSwith :: Int -> (Int -> Int) -> SearchTree a -> [a]
allValuesIDSwith initdepth incrdepth =
  allValuesWith (idsStrategyWith initdepth incrdepth)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Return 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: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {allValuesWith}}
name: Info
 allValuesIDSwith
precedence: Info
 no precedence defined
result-values: Info
 {allValuesWith}
signature: Info
 Prelude.Int -> (Prelude.Int -> Prelude.Int) -> SearchTree a -> [a]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term