CurryInfo: base-3.3.0 / Prelude.?

definition: Info
 
(?) :: a -> a -> a
x ? _ = x
_ ? y = y
demand: Info
 no demanded arguments
deterministic: Info
 possibly non-deterministic operation
documentation: Info
 
Non-deterministic choice _par excellence_.
The value of `x ? y` is either `x` or `y`.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infixr
iotype: Info
 {(_,_) |-> _}
name: Info
 ?
precedence: Info
 0
result-values: Info
 _
signature: Info
 a -> a -> a
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms