Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. firstMoment :: C y => T y -> y

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

  2. firstMoment :: C y => T y -> y

    synthesizer-core Synthesizer.State.Analysis

    No documentation available.

  3. requestMethod :: Request -> Method

    webgear-core WebGear.Core.Request

    See requestMethod

  4. so_lastMarker :: SparkOptions -> Bool

    Chart Graphics.Rendering.Chart.SparkLine

    display last marker

  5. constM :: Functor m => m b -> Automaton m a b

    automaton Data.Automaton

    Produce output effectfully, without keeping internal state

  6. hoistMaybe :: forall (m :: Type -> Type) b . Applicative m => Maybe b -> MaybeT m b

    automaton Data.Automaton.Trans.Maybe

    Convert a Maybe computation to MaybeT.

  7. constM :: Functor m => m a -> StreamT m a

    automaton Data.Stream

    Constantly perform the same effect, without remembering a state.

  8. constM :: m a -> OptimizedStreamT m a

    automaton Data.Stream.Optimized

    A stateless stream. This function is typically preferable over constM, since the optimized version doesn't create a state type.

  9. constM :: Functor m => m a -> Recursive m a

    automaton Data.Stream.Recursive

    Constantly perform the same effect, without remembering a state.

  10. _xraySegmentHttpRequestMethod :: XRaySegmentHttpRequest -> !Maybe Text

    aws-xray-client Network.AWS.XRayClient.Segment

    The request method. For example, GET.

Page 87 of many | Previous | Next