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.

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

    what4 What4.Protocol.SMTWriter

    No documentation available.

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

    xmonad XMonad.ManageHook

    && lifted to a Monad.

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

    Agda Agda.Syntax.Parser.Alex

    Conjunction of LexPredicates.

  4. (<&>) :: 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
    

  5. (<&>) :: 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
    

  6. (.&&.) :: SetOperations set set' setResult => STM set -> STM set' -> STM setResult

    TCache Data.TCache.IndexQuery

    No documentation available.

  7. (-&&-) :: QGenExpr context Postgres s (PgRange n a) -> QGenExpr context Postgres s (PgRange n a) -> QGenExpr context Postgres s Bool

    beam-postgres Database.Beam.Postgres

    No documentation available.

  8. (-&<-) :: QGenExpr context Postgres s (PgRange n a) -> QGenExpr context Postgres s (PgRange n a) -> QGenExpr context Postgres s Bool

    beam-postgres Database.Beam.Postgres

    No documentation available.

  9. (-&>-) :: QGenExpr context Postgres s (PgRange n a) -> QGenExpr context Postgres s (PgRange n a) -> QGenExpr context Postgres s Bool

    beam-postgres Database.Beam.Postgres

    No documentation available.

  10. (?&) :: QGenExpr ctxt Postgres s (PgJSONB a) -> QGenExpr ctxt Postgres s (Vector Text) -> QGenExpr ctxt Postgres s Bool

    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.

Page 38 of many | Previous | Next