Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setInput :: BEncode -> BParser ()bencode Data.BEncode.Parser No documentation available.
setDefaultExpiration :: Cache k v -> Maybe TimeSpec -> Cache k vcache Data.Cache Change the default expiration value of newly added cache items. See newCache for more information on the default expiration value.
setMB :: Int -> Approx -> Approxcdar-mBound Data.CDAR.Approx No documentation available.
setIniUpdatePolicy :: UpdatePolicy -> Ini s -> Ini sconfig-ini Data.Ini.Config.Bidir Use the provided UpdatePolicy as a guide when creating future updated versions of the given Ini value.
setLsb :: BinaryWord w => w -> wdata-bword Data.BinaryWord Set the LSB to 1
setMsb :: BinaryWord w => w -> wdata-bword Data.BinaryWord Set the MSB to 1
setL :: Lens a b -> b -> a -> adata-lens-light Data.Lens.Light Get the setter function from a lens
setExtendedResultCodes :: Database -> Bool -> IO (Either Error ())direct-sqlite Database.SQLite3.Direct 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.
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.