Hoogle Search

Within Stackage Nightly 2025-09-28 (ghc-9.12.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setInspectMode :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  2. setMaxBuffer :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . Int -> State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  3. setMaxThreads :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . Int -> State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  4. setStreamLatency :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . Int -> State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  5. setStreamRate :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . Maybe Rate -> State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  6. setYieldLimit :: forall (t :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . Maybe Int64 -> State t m a -> State t m a

    streamly-core Streamly.Internal.Data.SVar.Type

    No documentation available.

  7. setAllOf :: TestEquality w => w a -> a -> AllOf w -> AllOf w

    witness Data.Type.Witness.Specific.All

    No documentation available.

  8. setCache :: Cache -> IO ()

    TCache Data.TCache

    Set the cache. this is useful for hot loaded modules that will update an existing cache. Experimental

  9. setConditions :: IO () -> IO () -> IO ()

    TCache Data.TCache

    stablishes the procedures to call before and after saving with syncCache, clearSyncCache or clearSyncCacheProc. The postcondition of database persistence should be a commit.

  10. setDefaultPersist :: Persist -> IO ()

    TCache Data.TCache.DefaultPersistence

    Set the default persistence mechanism of all serializable objects that have setPersist= const Nothing. By default it is filePersist this statement must be the first one before any other TCache call

Page 57 of many | Previous | Next