Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. logsumexpS :: (Monad m, Ord a, Num a, Floating a) => Stream m a -> m a

    SciBaseTypes Numeric.LogDomain

    log-sum-exp for streams, without incurring examining the stream twice, but with the potential for numeric problems. In pricinple, the numeric error of this function should be better than individual binary function application and worse than an optimized sum function. Needs to be written in direct style, as otherwise any constructors (to tell us if we collected two elements already) remain.

  2. e_sum :: Integer -> CReal

    aern2-real AERN2.Real.Examples.Introduction

    No documentation available.

  3. e_sum2 :: Integer -> CReal

    aern2-real AERN2.Real.Examples.Introduction

    No documentation available.

  4. entrySummaryL :: Lens' AtomEntry (Maybe AtomText)

    atom-conduit Text.Atom.Lens

    No documentation available.

  5. entrySummary :: AtomEntry -> Maybe AtomText

    atom-conduit Text.Atom.Types

    No documentation available.

  6. blocksFromChannelSummaries :: forall (m :: Type -> Type) . MonadIO m => BlockOrder -> FilePath -> [[T]] -> Monad m [[Block]]

    audacity Sound.Audacity.Project.Track.Wave

    No documentation available.

  7. pcmAliasSequenceFromSummary :: forall (m :: Type -> Type) . MonadIO m => FilePath -> Int -> [T] -> Monad m Sequence

    audacity Sound.Audacity.Project.Track.Wave

    No documentation available.

  8. pcmAliasSequencesFromChannelSummaries :: forall (m :: Type -> Type) . MonadIO m => BlockOrder -> FilePath -> [[T]] -> Monad m [Sequence]

    audacity Sound.Audacity.Project.Track.Wave

    No documentation available.

  9. storeSummary :: forall (m :: Type -> Type) . MonadIO m => FilePath -> Int -> Int -> T -> Monad m Block

    audacity Sound.Audacity.Project.Track.Wave

    No documentation available.

  10. type HTTPResponseConsumer a = Response ConduitM () ByteString ResourceT IO () -> ResourceT IO a

    aws Aws

    A full HTTP response parser. Takes HTTP status, response headers, and response body.

Page 193 of many | Previous | Next