Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
stmtReset :: Statement -> IO ()esqueleto Database.Esqueleto.Experimental No documentation available.
toSqlSetOperation :: ToSqlSetOperation a r => a -> SqlSetOperation resqueleto Database.Esqueleto.Experimental No documentation available.