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.
decodeBaggageHeaderP :: Parser Baggagehs-opentelemetry-api OpenTelemetry.Baggage No documentation available.
encodeBaggageHeader :: Baggage -> ByteStringhs-opentelemetry-api OpenTelemetry.Baggage No documentation available.
encodeBaggageHeaderB :: Baggage -> Builderhs-opentelemetry-api OpenTelemetry.Baggage No documentation available.
normalizeTableHead :: Int -> TableHead -> TableHeadpandoc-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.
-
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.
RowHeadColumns :: Int -> RowHeadColumnspandoc-types Text.Pandoc.Definition No documentation available.
-
pandoc-types Text.Pandoc.Definition The head of a table.
TableHead :: Attr -> [Row] -> TableHeadpandoc-types Text.Pandoc.Definition No documentation available.
queryTableHead :: (Walkable a Row, Monoid c) => (a -> c) -> TableHead -> cpandoc-types Text.Pandoc.Walk Query the elements below a TableHead element.
walkTableHeadM :: (Walkable a Row, Monad m) => (a -> m a) -> TableHead -> m TableHeadpandoc-types Text.Pandoc.Walk Helper method to walk the elements nested below TableHead nodes. The Attr component is not changed by this operation.