Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allowReading :: forall (scope :: Scope) a . (ChanScoped c, Writable scope) => c scope a -> c 'ReadWrite a

    chan Control.Concurrent.Chan.Extra

    No documentation available.

  2. allowWriting :: forall (scope :: Scope) a . (ChanScoped c, Readable scope) => c scope a -> c 'ReadWrite a

    chan Control.Concurrent.Chan.Extra

    No documentation available.

  3. allC :: forall (m :: Type -> Type) a o . Monad m => (a -> Bool) -> ConduitT a o m Bool

    classy-prelude-conduit ClassyPrelude.Conduit

    Check that all values in the stream return True. Subject to shortcut logic: at the first False, consumption of the stream will stop.

  4. allCE :: forall (m :: Type -> Type) mono o . (Monad m, MonoFoldable mono) => (Element mono -> Bool) -> ConduitT mono o m Bool

    classy-prelude-conduit ClassyPrelude.Conduit

    Check that all elements in the chunked stream return True. Subject to shortcut logic: at the first False, consumption of the stream will stop.

  5. allNewBuffersStrategy :: Int -> BufferAllocStrategy

    classy-prelude-conduit ClassyPrelude.Conduit

    The simplest buffer allocation strategy: whenever a buffer is requested, allocate a new one that is big enough for the next build step to execute. NOTE that this allocation strategy may spill quite some memory upon direct insertion of a bytestring by the builder. Thats no problem for garbage collection, but it may lead to unreasonably high memory consumption in special circumstances.

  6. allocateAcquire :: MonadResource m => Acquire a -> m (ReleaseKey, a)

    classy-prelude-conduit ClassyPrelude.Conduit

    Allocate a resource and register an action with the MonadResource to free the resource.

  7. allPossibilities :: CardSet a -> [[a]]

    combinatorial Combinatorics.CardPairs

    No documentation available.

  8. allPossibilitiesMedium :: [[Card]]

    combinatorial Combinatorics.CardPairs

    No documentation available.

  9. allPossibilitiesSkat :: [[Card]]

    combinatorial Combinatorics.CardPairs

    No documentation available.

  10. allPossibilitiesSmall :: [[Card]]

    combinatorial Combinatorics.CardPairs

    No documentation available.

Page 109 of many | Previous | Next