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.
logsumexpS :: (Monad m, Ord a, Num a, Floating a) => Stream m a -> m aSciBaseTypes 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.
-
aern2-real AERN2.Real.Examples.Introduction No documentation available.
-
aern2-real AERN2.Real.Examples.Introduction No documentation available.
entrySummaryL :: Lens' AtomEntry (Maybe AtomText)atom-conduit Text.Atom.Lens No documentation available.
entrySummary :: AtomEntry -> Maybe AtomTextatom-conduit Text.Atom.Types No documentation available.
-
audacity Sound.Audacity.Project.Track.Wave No documentation available.
-
audacity Sound.Audacity.Project.Track.Wave No documentation available.
-
audacity Sound.Audacity.Project.Track.Wave No documentation available.
-
audacity Sound.Audacity.Project.Track.Wave No documentation available.
type
HTTPResponseConsumer a = Response ConduitM () ByteString ResourceT IO () -> ResourceT IO aaws Aws A full HTTP response parser. Takes HTTP status, response headers, and response body.