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. (.&&.) :: SetOperations set set' setResult => STM set -> STM set' -> STM setResult

    TCache Data.TCache.IndexQuery

    No documentation available.

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

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

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

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

  6. (.&.) :: forall (n :: Nat) . Wrd n -> Wrd n -> Wrd n

    bin Data.Wrd

    No documentation available.

  7. ( #*& ) :: (C set, Enum a) => a -> set a -> set a

    board-games Game.Mastermind.CodeSet

    No documentation available.

  8. (*&) :: (C set, Enum a) => EnumSet a -> set a -> set a

    board-games Game.Mastermind.CodeSet

    Like leftNonEmptyProduct but the left operand can be empty.

  9. (.&&.) :: SearchExpression -> SearchExpression -> SearchExpression

    bugzilla-redhat Web.RedHatBugzilla.Search

    No documentation available.

  10. (-&&-) :: Expr -> Expr -> Expr

    code-conjure Conjure.Engine

    The function && lifted over the Expr type.

    > pp -&&- qq
    p && q :: Bool
    
    > false -&&- true
    False && True :: Bool
    
    > evalBool $ false -&&- true
    False
    

Page 39 of many | Previous | Next