Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. deriveColModInfoFromColumnLA :: (Foldable col, Cell a) => (LenSpec, AlignSpec) -> col a -> ColModInfo

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

    Derive the ColModInfo of a single column by using the LenSpec and the AlignSpec.

  2. deriveColModInfosFromColumns :: (Foldable col, Cell a) => [ColSpec] -> [col a] -> [ColModInfo]

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

    Derive the ColModInfo for each column of a list of columns by using the corresponding ColSpec.

  3. deriveColModInfosFromColumnsLA :: (Foldable col, Cell a) => [(LenSpec, AlignSpec)] -> [col a] -> [ColModInfo]

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

    Derive the ColModInfo for each column of a list of columns by using the corresponding specifications.

  4. deriveColModInfosFromGrid :: Cell a => [ColSpec] -> [Row a] -> [ColModInfo]

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

    Derive the ColModInfo for each column of a list of rows by using the corresponding ColSpec.

  5. deriveColModInfosFromGridLA :: Cell a => [(LenSpec, AlignSpec)] -> [Row a] -> [ColModInfo]

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

    Derive the ColModInfo for each column of a list of rows by using the corresponding specifications.

  6. deriveColumnModifiers :: (Cell a, StringBuilder b) => [ColSpec] -> [Row a] -> [a -> b]

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

    Derive the ColModInfo and generate functions without any intermediate steps.

  7. DeriveAnyClass :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  8. DeriveDataTypeable :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  9. DeriveFoldable :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  10. DeriveFunctor :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

Page 63 of many | Previous | Next