Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. DeriveAnyClass :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  6. DeriveDataTypeable :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  7. DeriveFoldable :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  8. DeriveFunctor :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  9. DeriveGeneric :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

  10. DeriveLift :: Extension

    template-haskell Language.Haskell.TH

    No documentation available.

Page 64 of many | Previous | Next