Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
FreeC.Util.Predicate
Description
This module contains utility functions for logical connectives of boolean predicates.
Documentation
(.&&.) :: (a -> Bool) -> (a -> Bool) -> a -> Bool infixr 3 Source #
Combines two predicates to a new predicate whose result is the conjunction of the results of the two given predicates.