| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
PlutusTx.Bool
Documentation
Instances
(&&) ∷ Bool → Bool → Bool infixr 3 Source #
Logical AND. Short-circuits if the first argument evaluates to False.
>>>True && FalseFalse
| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
PlutusTx.Bool
(&&) ∷ Bool → Bool → Bool infixr 3 Source #
Logical AND. Short-circuits if the first argument evaluates to False.
>>>True && FalseFalse