Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (@.@) :: (HasTrie a, HasTrie b) => (b :->: c) -> (a :->: b) -> a :->: c

    MemoTrie Data.MemoTrie

    Trie composition

  2. (&&.) :: BeamSqlBackend be => QGenExpr context be s Bool -> QGenExpr context be s Bool -> QGenExpr context be s Bool

    beam-core Database.Beam.Query

    SQL AND operator

  3. (&&?.) :: BeamSqlBackend be => QGenExpr context be s SqlBool -> QGenExpr context be s SqlBool -> QGenExpr context be s SqlBool

    beam-core Database.Beam.Query

    SQL AND operator for SqlBool

  4. (**.) :: (Floating a, BeamSqlBackend be, BeamSqlT621Backend be) => QGenExpr ctxt be s a -> QGenExpr ctxt be s a -> QGenExpr ctxt be s a

    beam-core Database.Beam.Query

    No documentation available.

  5. (/=*.) :: SqlEqQuantified expr quantified a => a -> quantified -> expr SqlBool

    beam-core Database.Beam.Query

    Quantified equality and inequality using SQL semantics (tri-state boolean)

  6. (/=.) :: SqlEq expr a => a -> a -> expr Bool

    beam-core Database.Beam.Query

    Given two expressions, returns whether they are not equal, using Haskell semantics (NULLs handled properly)

  7. (/=?.) :: SqlEq expr a => a -> a -> expr SqlBool

    beam-core Database.Beam.Query

    Given two expressions, returns the SQL tri-state boolean when compared for inequality

  8. (<*.) :: SqlOrdQuantified expr quantified e => e -> quantified -> expr Bool

    beam-core Database.Beam.Query

    No documentation available.

  9. (<-.) :: SqlUpdatable be s lhs rhs => lhs -> rhs -> QAssignment be s

    beam-core Database.Beam.Query

    Update a QField or Beamable type containing QFields with the given QExpr or Beamable type containing QExpr

  10. (<.) :: SqlOrd expr e => e -> e -> expr Bool

    beam-core Database.Beam.Query

    No documentation available.

Page 126 of many | Previous | Next