Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. headerH :: HeaderColSpec -> a -> HeaderSpec sep a

    table-layout Text.Layout.Table

    Specify the header for a single column.

  2. headerCellModifier :: (Cell a, StringBuilder b) => HeaderColSpec -> CutMark -> ColModInfo -> a -> b

    table-layout Text.Layout.Table.Primitives.Header

    Combine a HeaderColSpec and existing ColModInfos to format header cells.

  3. headerColumn :: Position H -> Maybe CutMark -> HeaderColSpec

    table-layout Text.Layout.Table.Spec.HeaderColSpec

    Smart constructor for HeaderColSpec. By omitting the cut mark, it will use the one specified in the ColSpec like the other cells in that column.

  4. headerContents :: HeaderSpec sep a -> [(HeaderColSpec, a)]

    table-layout Text.Layout.Table.Spec.HeaderSpec

    Get the titles and column specifications from a header.

  5. headerH :: HeaderColSpec -> a -> HeaderSpec sep a

    table-layout Text.Layout.Table.Spec.HeaderSpec

    Specify the header for a single column.

  6. headerlessTableS :: (Default rowSep, Default colSep) => [ColSpec] -> TableStyle rowSep colSep -> [RowGroup a] -> TableSpec rowSep colSep String String a

    table-layout Text.Layout.Table.Spec.TableSpec

    Specify a table with the columns, the style, and the row groups.

  7. headerC :: TableStyle rowSep colSep -> colSep -> String

    table-layout Text.Layout.Table.Style

    No documentation available.

  8. headerL :: TableStyle rowSep colSep -> String

    table-layout Text.Layout.Table.Style

    No documentation available.

  9. headerLeft :: TableStyleSpec -> LineStyle

    table-layout Text.Layout.Table.Style

    No documentation available.

  10. headerR :: TableStyle rowSep colSep -> String

    table-layout Text.Layout.Table.Style

    No documentation available.

Page 83 of many | Previous | Next