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

definition: Info
 
dfsStrategy :: Strategy a
dfsStrategy (Fail d)  = failVS d
dfsStrategy (Value x) = addVS x emptyVS
dfsStrategy (Or x y)  = dfsStrategy x |++| dfsStrategy y
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Depth-first search strategy.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Fail}) |-> _ || ({Value}) |-> _ || ({Or}) |-> _}
name: Info
 dfsStrategy
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 SearchTree a -> ValueSequence a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms