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

definition: Info
 
someValue :: a -> a
someValue = someValueWith bfsStrategy
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
---------------------------------------------------------------------------
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: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {someValueWith}}
name: Info
 someValue
precedence: Info
 no precedence defined
result-values: Info
 {someValueWith}
signature: Info
 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