Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. forevery :: Searchable a => (a -> Bool) -> Bool

    countable Data.Searchable

    No documentation available.

  2. foreverSawtooth :: ProcessType r => r

    shell-conduit Data.Conduit.Shell

    No documentation available.

  3. foreverSawtooth :: ProcessType r => r

    shell-conduit Data.Conduit.Shell.PATH

    No documentation available.

  4. data ForeverE e s

    essence-of-live-coding LiveCoding.Forever

    No documentation available.

  5. ForeverE :: e -> s -> s -> ForeverE e s

    essence-of-live-coding LiveCoding.Forever

    No documentation available.

  6. ForEvery :: UniversalGlobalQuantor

    ace ACE.Types.Syntax

    "for every"

  7. peekForever :: forall (m :: Type -> Type) i o . Monad m => ConduitT i o m () -> ConduitT i o m ()

    conduit Conduit

    Run a consuming conduit repeatedly, only stopping when there is no more data available from upstream.

  8. peekForeverE :: forall (m :: Type -> Type) i o . (Monad m, MonoFoldable i) => ConduitT i o m () -> ConduitT i o m ()

    conduit Conduit

    Run a consuming conduit repeatedly, only stopping when there is no more data available from upstream. In contrast to peekForever, this function will ignore empty chunks of data. So for example, if a stream of data contains an empty ByteString, it is still treated as empty, and the consuming function is not called.

  9. awaitForever :: forall (m :: Type -> Type) i o r . Monad m => (i -> ConduitT i o m r) -> ConduitT i o m ()

    conduit Data.Conduit

    Wait for input forever, calling the given inner component for each piece of new input. This function is provided as a convenience for the common pattern of awaiting input, checking if it's Just and then looping. Since 0.5.0

  10. peekForever :: forall (m :: Type -> Type) i o . Monad m => ConduitT i o m () -> ConduitT i o m ()

    conduit Data.Conduit.Combinators

    Run a consuming conduit repeatedly, only stopping when there is no more data available from upstream.

Page 4 of many | Previous | Next