Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. decodeBaggageHeaderP :: Parser Baggage

    hs-opentelemetry-api OpenTelemetry.Baggage

    No documentation available.

  2. encodeBaggageHeader :: Baggage -> ByteString

    hs-opentelemetry-api OpenTelemetry.Baggage

    No documentation available.

  3. encodeBaggageHeaderB :: Baggage -> Builder

    hs-opentelemetry-api OpenTelemetry.Baggage

    No documentation available.

  4. normalizeTableHead :: Int -> TableHead -> TableHead

    pandoc-types Text.Pandoc.Builder

    Normalize the TableHead with clipRows and placeRowSection so that when placed on a grid with the given width and a height equal to the number of rows in the initial TableHead, there will be no empty spaces or overlapping cells, and the cells will not protrude beyond the grid.

  5. newtype RowHeadColumns

    pandoc-types Text.Pandoc.Definition

    The number of columns taken up by the row head of each row of a TableBody. The row body takes up the remaining columns.

  6. RowHeadColumns :: Int -> RowHeadColumns

    pandoc-types Text.Pandoc.Definition

    No documentation available.

  7. data TableHead

    pandoc-types Text.Pandoc.Definition

    The head of a table.

  8. TableHead :: Attr -> [Row] -> TableHead

    pandoc-types Text.Pandoc.Definition

    No documentation available.

  9. queryTableHead :: (Walkable a Row, Monoid c) => (a -> c) -> TableHead -> c

    pandoc-types Text.Pandoc.Walk

    Query the elements below a TableHead element.

  10. walkTableHeadM :: (Walkable a Row, Monad m) => (a -> m a) -> TableHead -> m TableHead

    pandoc-types Text.Pandoc.Walk

    Helper method to walk the elements nested below TableHead nodes. The Attr component is not changed by this operation.

Page 183 of many | Previous | Next