CurryInfo: base-3.4.0 / Prelude.&

definition: Info
 
(&) :: Bool -> Bool -> Bool
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Concurrent conjunction.
An expression like `(c1 & c2)` is evaluated by evaluating
the `c1` and `c2` in a concurrent manner.
failfree: Info
 ({True}, {True})
indeterministic: Info
 referentially transparent operation
infix: Info
 infixr
iotype: Info
 {(_,_) |-> _}
name: Info
 &
precedence: Info
 0
result-values: Info
 _
signature: Info
 Bool -> Bool -> Bool
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms