Hoogle Search
Within LTS Haskell 24.22 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
.&& ) :: SupportTermOps v => v -> v -> vwhat4 What4.Protocol.SMTWriter No documentation available.
(
<&&> ) :: Monad m => m Bool -> m Bool -> m Boolxmonad XMonad.ManageHook (
.&&. ) :: LexPredicate -> LexPredicate -> LexPredicateAgda Agda.Syntax.Parser.Alex Conjunction of LexPredicates.
(
<&> ) :: Functor f => f a -> (a -> b) -> f bAgda Agda.Utils.Functor Flipped version of <$>.
(<&>) = flip fmap
Examples
Apply (+1) to a list, a Just and a Right:>>> Just 2 <&> (+1) Just 3
>>> [1,2,3] <&> (+1) [2,3,4]
>>> Right 3 <&> (+1) Right 4
(
<&> ) :: Functor f => f a -> (a -> b) -> f bAgda Agda.Utils.Lens Flipped version of <$>.
(<&>) = flip fmap
Examples
Apply (+1) to a list, a Just and a Right:>>> Just 2 <&> (+1) Just 3
>>> [1,2,3] <&> (+1) [2,3,4]
>>> Right 3 <&> (+1) Right 4
(
.&&. ) :: SetOperations set set' setResult => STM set -> STM set' -> STM setResultTCache Data.TCache.IndexQuery No documentation available.
-
beam-postgres Database.Beam.Postgres No documentation available.
-
beam-postgres Database.Beam.Postgres No documentation available.
-
beam-postgres Database.Beam.Postgres No documentation available.
-
beam-postgres Database.Beam.Postgres Postgres ?| and ?& operators. Check if any or all of the given strings exist as top-level keys of the json object respectively.