Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
.~& ) :: SBool -> SBool -> SBoolsbv Data.SBV.Internals Symbolic nand
(
.&& ) :: SBool -> SBool -> SBoolsbv Data.SBV.Trans Symbolic conjunction
(
.~& ) :: SBool -> SBool -> SBoolsbv Data.SBV.Trans Symbolic nand
(
.&. ) :: C bits => bits -> bits -> bitsset-cover Math.SetCover.Bit No documentation available.
(
:&: ) :: ContentCategory -> ContentCategory -> ContentCategorytype-of-html Html.Type No documentation available.
(
.&& ) :: 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