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.
-
appendful-persistent Data.Appendful.Persistent Set up a server store in the database. You shouldn't need this. This uses insertKey function and is therefore unsafe.
-
appendful-persistent Data.Appendful.Persistent Setup an unsynced client store You shouldn't need this.
setChunkSize :: forall (m :: Type -> Type) a . Word32 -> Framer m a -> Framer m aattoparsec-framer Data.Attoparsec.Framer Update the chunk size of a Framer.
setOnBadParse :: (Text -> m ()) -> Framer m a -> Framer m aattoparsec-framer Data.Attoparsec.Framer Update the parse error handler of a Framer.
setOnClosed :: m () -> Framer m a -> Framer m aattoparsec-framer Data.Attoparsec.Framer Update the end-of-input handler of a Framer.
setOnFrame :: FrameHandler m frame -> Framer m frame -> Framer m frameattoparsec-framer Data.Attoparsec.Framer Update the FrameHandler of a Framer.
setBit :: forall (n :: Nat) . Wrd n -> Int -> Wrd nbin Data.Wrd No documentation available.
setAuthentication :: [Authenticator] -> Settings -> Settingscql-io Database.CQL.IO Set the supported authentication mechanisms. When a Cassandra server requests authentication on a connection, it specifies the requested AuthMechanism. The client Authenticator is chosen based that name. If no authenticator with a matching name is configured, an AuthenticationError is thrown.
setCompression :: Compression -> Settings -> Settingscql-io Database.CQL.IO Set the compression to use for frame body compression.
setConnectTimeout :: NominalDiffTime -> Settings -> Settingscql-io Database.CQL.IO Set the connect timeout of a connection.