definition:
|
set0With :: Strategy b -> b -> Values b
set0With s f = Values (vsToList (s (someSearchTree f)))
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Combinator to transform a 0-ary function into a corresponding set function
--- that uses a given strategy to compute its values.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_) |-> {Values}}
|
name:
|
set0With
|
precedence:
|
no precedence defined
|
result-values:
|
{Values}
|
signature:
|
(Control.Search.SearchTree.SearchTree a
-> Control.Search.SearchTree.ValueSequence a) -> a -> Values a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|