Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. setUniqueIndexOptions :: IsSql92UniqueIndexSyntax syntax => Bool -> Sql92CreateIndexOptionsSyntax syntax -> Sql92CreateIndexOptionsSyntax syntax

    beam-migrate Database.Beam.Migrate.SQL.SQL92

    Update index options by setting the uniqueness

  2. setInput :: BEncode -> BParser ()

    bencode Data.BEncode.Parser

    No documentation available.

  3. setDefaultExpiration :: Cache k v -> Maybe TimeSpec -> Cache k v

    cache Data.Cache

    Change the default expiration value of newly added cache items. See newCache for more information on the default expiration value.

  4. setMB :: Int -> Approx -> Approx

    cdar-mBound Data.CDAR.Approx

    No documentation available.

  5. setIniUpdatePolicy :: UpdatePolicy -> Ini s -> Ini s

    config-ini Data.Ini.Config.Bidir

    Use the provided UpdatePolicy as a guide when creating future updated versions of the given Ini value.

  6. setLsb :: BinaryWord w => w -> w

    data-bword Data.BinaryWord

    Set the LSB to 1

  7. setMsb :: BinaryWord w => w -> w

    data-bword Data.BinaryWord

    Set the MSB to 1

  8. setL :: Lens a b -> b -> a -> a

    data-lens-light Data.Lens.Light

    Get the setter function from a lens

  9. setExtendedResultCodes :: Database -> Bool -> IO (Either Error ())

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/extended_result_codes.html

  10. setLoadExtensionEnabled :: Database -> Bool -> IO (Either Error ())

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/enable_load_extension.html Enable or disable extension loading.

Page 54 of many | Previous | Next