CurryInfo: base-3.4.0 / Control.Search.SetFunctions.chooseValue

definition: Info
 
chooseValue :: Eq a => Values a -> a
chooseValue s = fst (choose s)
demand: Info
 argument 2
deterministic: Info
 possibly non-deterministic operation
documentation: Info
 
Thus, `(set1 chooseValue)` is the identity on value sets, i.e.,
`(set1 chooseValue s)` contains the same elements as the
value set `s`.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 chooseValue
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Eq a => Values a -> a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term