Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

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

  1. isEndOfParserInput :: forall (m :: Type -> Type) a . (Monad m, ParserInput a) => Parser a m Bool

    pipes-attoparsec Pipes.Attoparsec

    Like isEndOfInput, except that it also consumes and discards leading empty chunks.

  2. appendonly :: MonadManaged managed => FilePath -> managed Handle

    turtle Turtle.Prelude

    Acquire a Managed append-only Handle from a FilePath

  3. backendOptions :: FormData a -> BackEnd a

    webgear-core WebGear.Core.MIMETypes

    No documentation available.

  4. pEndOfInput :: forall (m :: Type -> Type) . Applicative m => ParserT m ()

    xmlbf Xmlbf

    Succeeds if all of the elements, attributes and text nodes have been consumed.

  5. data LegendOrientation

    Chart Graphics.Rendering.Chart.Legend

    Legends can be constructed in two orientations: in rows (where we specify the maximum number of columns), and in columns (where we specify the maximum number of rows)

  6. barLegendOptions :: BarOptions -> LegendOptions

    chart-svg Chart.Bar

    No documentation available.

  7. data LegendOptions

    chart-svg Chart.Hud

    Legend options

    >>> defaultLegendOptions
    LegendOptions {legendSize = 0.3, buffer = 0.1, vgap = 0.2, hgap = 0.1, textStyle = Style {size = 0.16, borderSize = 1.0e-2, color = Colour 0.05 0.05 0.05 1.00, borderColor = Colour 0.02 0.29 0.48 1.00, scaleP = NoScaleP, textAnchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}, innerPad = 0.1, outerPad = 2.0e-2, frame = Just (Style {size = 6.0e-2, borderSize = 5.0e-3, color = Colour 0.05 0.05 0.05 0.00, borderColor = Colour 0.05 0.05 0.05 1.00, scaleP = NoScaleP, textAnchor = AnchorMiddle, rotation = Nothing, translate = Nothing, escapeText = EscapeText, frame = Nothing, lineCap = Nothing, lineJoin = Nothing, dasharray = Nothing, dashoffset = Nothing, hsize = 0.6, vsize = 1.1, vshift = -0.25, glyphShape = SquareGlyph}), place = PlaceRight, anchoring = 0.0, anchorTo = CanvasStyleSection, numStacks = 1, alignCharts = AlignRight, scaleChartsBy = 0.25, scaleP = ScalePX, legendCharts = []}
    

  8. LegendOptions :: Double -> Double -> Double -> Double -> Style -> Double -> Double -> Maybe Style -> Place -> Double -> HudChartSection -> Int -> Align -> Double -> ScaleP -> [(Text, [Chart])] -> LegendOptions

    chart-svg Chart.Hud

    No documentation available.

  9. defaultLegendOptions :: LegendOptions

    chart-svg Chart.Hud

    The official legend options

  10. data SurfaceLegendOptions

    chart-svg Chart.Surface

    Legend specialization for a surface chart.

Page 29 of many | Previous | Next