CurryInfo: searchtree-unsafe-3.0.0 / Control.Search.SearchTree.Unsafe.someValue

definition:
 
someValue :: a -> a
someValue = someValueWith bfsStrategy
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Returns some value for an expression.

Note that this operation is not purely declarative since
the computed value depends on the ordering of the program rules.
Thus, this operation should be used only if the expression
has a single value. It fails if the expression has no value.
failfree:
 <FAILING>
indeterministic:
 might be indeterministic
infix:
 no fixity defined
iotype:
 {() |-> {someValueWith}}
name:
 someValue
precedence:
 no precedence defined
result-values:
 {someValueWith}
signature:
 a -> a
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term