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.

  1. setupServerQuery :: forall record (m :: Type -> Type) a . (PersistEntity record, PersistEntityBackend record ~ SqlBackend, MonadIO m) => (a -> record) -> ServerStore (Key record) a -> SqlPersistT m ()

    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.

  2. setupUnsyncedClientQuery :: forall clientRecord (m :: Type -> Type) a . (PersistEntity clientRecord, PersistEntityBackend clientRecord ~ SqlBackend, SafeToInsert clientRecord, MonadIO m) => (a -> clientRecord) -> [a] -> SqlPersistT m ()

    appendful-persistent Data.Appendful.Persistent

    Setup an unsynced client store You shouldn't need this.

  3. setChunkSize :: forall (m :: Type -> Type) a . Word32 -> Framer m a -> Framer m a

    attoparsec-framer Data.Attoparsec.Framer

    Update the chunk size of a Framer.

  4. setOnBadParse :: (Text -> m ()) -> Framer m a -> Framer m a

    attoparsec-framer Data.Attoparsec.Framer

    Update the parse error handler of a Framer.

  5. setOnClosed :: m () -> Framer m a -> Framer m a

    attoparsec-framer Data.Attoparsec.Framer

    Update the end-of-input handler of a Framer.

  6. setOnFrame :: FrameHandler m frame -> Framer m frame -> Framer m frame

    attoparsec-framer Data.Attoparsec.Framer

    Update the FrameHandler of a Framer.

  7. setBit :: forall (n :: Nat) . Wrd n -> Int -> Wrd n

    bin Data.Wrd

    No documentation available.

  8. setAuthentication :: [Authenticator] -> Settings -> Settings

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

  9. setCompression :: Compression -> Settings -> Settings

    cql-io Database.CQL.IO

    Set the compression to use for frame body compression.

  10. setConnectTimeout :: NominalDiffTime -> Settings -> Settings

    cql-io Database.CQL.IO

    Set the connect timeout of a connection.

Page 60 of many | Previous | Next