Hoogle Search

Within Stackage Nightly 2025-10-02 (ghc-9.12.2)

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

  1. offsetMut :: MutableSlice (arr :: Type -> Type) s a -> {-# UNPACK #-} !Int

    contiguous Data.Primitive.Contiguous.Class

    No documentation available.

  2. module Data.EnumBitSet

    Similar to Data.Edison.Coll.EnumSet but it allows to choose the underlying type for bit storage. This is really a low-level module for type-safe foreign function interfaces. The integer representation of the enumeration type is the bit position of the flag within the bitvector.

  3. subset :: (Enum a, Bits w) => T w a -> T w a -> Bool

    enumset Data.EnumBitSet

    subset a b is True if a is a subset of b.

  4. module Data.FlagSet

    A bit vector that represents a record in a bit-packed way.

  5. decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Text

    esqueleto Database.Esqueleto

    Generates sql for limit and offset for postgres, sqlite and mysql.

  6. offset :: Int64 -> SqlQuery ()

    esqueleto Database.Esqueleto

    OFFSET. Usually used with limit.

  7. stmtReset :: Statement -> IO ()

    esqueleto Database.Esqueleto

    No documentation available.

  8. class ToSqlSetOperation a r | a -> r

    esqueleto Database.Esqueleto.Experimental

    Type class to support direct use of SqlQuery in a set operation tree

  9. decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Text

    esqueleto Database.Esqueleto.Experimental

    Generates sql for limit and offset for postgres, sqlite and mysql.

  10. offset :: Int64 -> SqlQuery ()

    esqueleto Database.Esqueleto.Experimental

    OFFSET. Usually used with limit.

Page 116 of many | Previous | Next