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