Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. plot_candle_fall_fill_style :: forall x y f . Functor f => (FillStyle -> f FillStyle) -> PlotCandle x y -> f (PlotCandle x y)

    Chart Graphics.Rendering.Chart.Plot.Candle

    No documentation available.

  2. _plot_all_points :: Plot x y -> ([x], [y])

    Chart Graphics.Rendering.Chart.Plot.Types

    All of the model space coordinates to be plotted. These are used to autoscale the axes where necessary.

  3. plot_all_points :: forall x y f . Functor f => (([x], [y]) -> f ([x], [y])) -> Plot x y -> f (Plot x y)

    Chart Graphics.Rendering.Chart.Plot.Types

    No documentation available.

  4. saslChallengeFunc :: SASLMechanism -> !Maybe (ByteString -> IO ByteString)

    amqp Network.AMQP

    challenge processing function

  5. newtype CallStackAnnotation

    annotated-exception Control.Exception.Annotated

    Deprecated: You can just use CallStack directly now.

  6. CallStackAnnotation :: [(String, SrcLoc)] -> CallStackAnnotation

    annotated-exception Control.Exception.Annotated

    Deprecated: You can just use CallStack directly now.

  7. addCallStackToException :: CallStack -> AnnotatedException exception -> AnnotatedException exception

    annotated-exception Control.Exception.Annotated

    Adds a CallStack to the given AnnotatedException. This function will search through the existing annotations, and it will not add a second CallStack to the list. Instead, it will append the contents of the given CallStack to the existing one. This mirrors the behavior of the way HasCallStack actually works.

  8. annotatedExceptionCallStack :: AnnotatedException exception -> Maybe CallStack

    annotated-exception Control.Exception.Annotated

    Retrieves the CallStack from an AnnotatedException if one is present. The library maintains an internal check that a single CallStack is present in the list, so this only returns the first one found. If you have added a CallStack directly to the [Annotation], then this will likely break.

  9. checkpointCallStack :: (MonadCatch m, HasCallStack) => m a -> m a

    annotated-exception Control.Exception.Annotated

    Adds only the current CallStack to the checkpoint. This function searches any thrown exception for a pre-existing CallStack and will merge the given pre-existing CallStack with the one on this function, in an attempt to preserve the actual call history.

  10. checkpointCallStackWith :: (MonadCatch m, HasCallStack) => [Annotation] -> m a -> m a

    annotated-exception Control.Exception.Annotated

    Deprecated: As of 0.2.0.0 this is exactly equivalent to checkpointMany.

Page 699 of many | Previous | Next