CurryInfo: searchtree-unsafe-3.0.0 / Control.Search.SearchTree.Unsafe.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
failfree: Info
 _
indeterministic: Info
 might be indeterministic
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 -> Control.Search.SearchTree.ValueSequence a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms