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.
(
.&. ) :: Bits a => a -> a -> acopilot-language Copilot.Language.Operators.BitWise Bitwise "and"
(
.&. ) :: (IsPath a, IsPath b) => a -> b -> Pathfuncmp FMP.Picture No documentation available.
-
language-c99-simple Language.C99.Simple.Expr No documentation available.
-
language-c99-simple Language.C99.Simple.Expr No documentation available.
-
language-c99-simple Language.C99.Simple.Expr No documentation available.
(
<&> ) :: Functor f => f a -> (a -> b) -> f bquaalude Essentials 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 bverset Verset 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
(
:&: ) :: WSType -> WSType -> WSTypexmonad-contrib XMonad.Actions.CycleWS cycle through workspaces satisfying both predicates.
(
<&&> ) :: Monad m => m Bool -> m Bool -> m Boolxmonad-contrib XMonad.Config.Prime (
<&> ) :: Functor f => f a -> (a -> b) -> f bxmonad-contrib XMonad.Prelude 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