Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. foldStreamShared :: State StreamK m a -> (a -> StreamK m a -> m r) -> (a -> m r) -> m r -> StreamK m a -> m r

    streamly-core Streamly.Internal.Data.StreamK

    Fold a stream by providing an SVar, a stop continuation, a singleton continuation and a yield continuation. The stream would share the current SVar passed via the State.

  2. foldrSShared :: forall a (m :: Type -> Type) b . (a -> StreamK m b -> StreamK m b) -> StreamK m b -> StreamK m a -> StreamK m b

    streamly-core Streamly.Internal.Data.StreamK

    Fold sharing the SVar state within the reconstructed stream

  3. unShare :: forall (m :: Type -> Type) a . StreamK m a -> StreamK m a

    streamly-core Streamly.Internal.Data.StreamK

    Detach a stream from an SVar

  4. unshare :: SharedRepF (m :: Type -> Type) r a -> StateT (Int, HashMap ByteString ByteString) m (RepF r a)

    web-rep Web.Rep

    No documentation available.

  5. unshare :: SharedRepF (m :: Type -> Type) r a -> StateT (Int, HashMap ByteString ByteString) m (RepF r a)

    web-rep Web.Rep.Shared

    No documentation available.

  6. PgSelectLockingStrengthKeyShare :: PgSelectLockingStrength

    beam-postgres Database.Beam.Postgres.Full

    KEY SHARE
    

  7. PgSelectLockingStrengthShare :: PgSelectLockingStrength

    beam-postgres Database.Beam.Postgres.Full

    SHARE
    

  8. PgSelectLockingStrengthKeyShare :: PgSelectLockingStrength

    beam-postgres Database.Beam.Postgres.Syntax

    KEY SHARE
    

  9. PgSelectLockingStrengthShare :: PgSelectLockingStrength

    beam-postgres Database.Beam.Postgres.Syntax

    SHARE
    

  10. pkgHashSharedLib :: PackageHashConfigInputs -> Bool

    cabal-install Distribution.Client.PackageHash

    No documentation available.

Page 40 of many | Previous | Next