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.

  1. (.~&) :: SBool -> SBool -> SBool

    sbv Data.SBV.Internals

    Symbolic nand

  2. (.&&) :: SBool -> SBool -> SBool

    sbv Data.SBV.Trans

    Symbolic conjunction

  3. (.~&) :: SBool -> SBool -> SBool

    sbv Data.SBV.Trans

    Symbolic nand

  4. (.&.) :: C bits => bits -> bits -> bits

    set-cover Math.SetCover.Bit

    No documentation available.

  5. (:&:) :: ContentCategory -> ContentCategory -> ContentCategory

    type-of-html Html.Type

    No documentation available.

  6. (.&&) :: SupportTermOps v => v -> v -> v

    what4 What4.Protocol.SMTWriter

    No documentation available.

  7. (<&&>) :: Monad m => m Bool -> m Bool -> m Bool

    xmonad XMonad.ManageHook

    && lifted to a Monad.

  8. (.&&.) :: LexPredicate -> LexPredicate -> LexPredicate

    Agda Agda.Syntax.Parser.Alex

    Conjunction of LexPredicates.

  9. (<&>) :: Functor f => f a -> (a -> b) -> f b

    Agda 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
    

  10. (<&>) :: Functor f => f a -> (a -> b) -> f b

    Agda 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
    

Page 38 of many | Previous | Next