Hoogle Search

Within Stackage Nightly 2025-10-12 (ghc-9.12.2)

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. setters :: Logistic t => t ((a -> a) -> t a -> t a)

    data-functor-logistic Data.Functor.Logistic

    No documentation available.

  8. setDyn :: Typeable a => DynamicState -> a -> DynamicState

    dynamic-state Data.DynamicState

    No documentation available.

  9. setNumStripes :: Maybe Int -> PoolConfig a -> PoolConfig a

    faktory Data.Pool.Compat

    Set the number of stripes (sub-pools) in the pool. If not explicitly set, the default number of stripes is 1, which should be good for typical use (when in doubt, profile your application first). If set to Nothing, the pool will create the number of stripes equal to the number of capabilities. Note: usage of multiple stripes reduces contention, but can also result in suboptimal use of resources since stripes are separated from each other.

  10. setPoolLabel :: Text -> PoolConfig a -> PoolConfig a

    faktory Data.Pool.Compat

    Assign a label to the pool. The label will appear in a label of the collector thread as well as Resource.

Page 59 of many | Previous | Next