Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. unsafeLast :: ByteString -> Word8

    streaming-bytestring Streaming.ByteString.Internal

    Copied from Data.ByteString.Unsafe for compatibility with older bytestring.

  2. insertLastChild :: Node -> Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Inserts a Node as the last child of the current element.

  3. insertManyLastChild :: [Node] -> Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Inserts a list of Nodes as the last children of the current element.

  4. isLast :: Cursor -> Bool

    xmlhtml Text.XmlHtml.Cursor

    Determines if the Cursor is at a last child.

  5. endOmittableLast :: HashSet Text

    xmlhtml Text.XmlHtml.HTML.Meta

    List of elements with omittable end tags.

  6. _layout_grid_last :: Layout x y -> Bool

    Chart Graphics.Rendering.Chart.Layout

    If the grid shall be rendered beneath (False) or over (True) all plots.

  7. _layoutlr_grid_last :: LayoutLR x y1 y2 -> Bool

    Chart Graphics.Rendering.Chart.Layout

    If the grid shall be rendered beneath (False) or over (True) all plots.

  8. layout_grid_last :: forall x y f . Functor f => (Bool -> f Bool) -> Layout x y -> f (Layout x y)

    Chart Graphics.Rendering.Chart.Layout

    No documentation available.

  9. layoutlr_grid_last :: forall x y1 y2 f . Functor f => (Bool -> f Bool) -> LayoutLR x y1 y2 -> f (LayoutLR x y1 y2)

    Chart Graphics.Rendering.Chart.Layout

    No documentation available.

  10. so_lastColor :: SparkOptions -> Colour Double

    Chart Graphics.Rendering.Chart.SparkLine

    color of last datapoint

Page 95 of many | Previous | Next