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.

  1. setMB :: Int -> Approx -> Approx

    cdar-mBound Data.CDAR.Approx

    No documentation available.

  2. 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.

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

    data-bword Data.BinaryWord

    Set the LSB to 1

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

    data-bword Data.BinaryWord

    Set the MSB to 1

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

    data-lens-light Data.Lens.Light

    Get the setter function from a lens

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

    direct-sqlite Database.SQLite3.Direct

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

  7. 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.

  8. setSharedCacheEnabled :: Bool -> IO (Either Error ())

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/enable_shared_cache.html Enable or disable shared cache for all future connections.

  9. setTrace :: Database -> Maybe (Utf8 -> IO ()) -> IO ()

    direct-sqlite Database.SQLite3.Direct

    https://www.sqlite.org/c3ref/profile.html Enable/disable tracing of SQL execution. Tracing can be disabled by setting Nothing as the logger callback. Warning: If the logger callback throws an exception, your whole program will crash. Enable only for debugging!

  10. setCur :: Ptr Word8 -> BuildM ()

    fast-builder Data.ByteString.FastBuilder.Internal

    Set the current pointer.

Page 54 of many | Previous | Next