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.
offsetMut :: MutableSlice (arr :: Type -> Type) s a -> {-# UNPACK #-} !Intcontiguous Data.Primitive.Contiguous.Class No documentation available.
-
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.
subset :: (Enum a, Bits w) => T w a -> T w a -> Boolenumset Data.EnumBitSet subset a b is True if a is a subset of b.
-
A bit vector that represents a record in a bit-packed way.
decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Textesqueleto Database.Esqueleto Generates sql for limit and offset for postgres, sqlite and mysql.
offset :: Int64 -> SqlQuery ()esqueleto Database.Esqueleto OFFSET. Usually used with limit.
stmtReset :: Statement -> IO ()esqueleto Database.Esqueleto No documentation available.
class
ToSqlSetOperation a r | a -> resqueleto Database.Esqueleto.Experimental Type class to support direct use of SqlQuery in a set operation tree
decorateSQLWithLimitOffset :: Text -> (Int, Int) -> Text -> Textesqueleto Database.Esqueleto.Experimental Generates sql for limit and offset for postgres, sqlite and mysql.
offset :: Int64 -> SqlQuery ()esqueleto Database.Esqueleto.Experimental OFFSET. Usually used with limit.