Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. derivedUpdateAllColumn :: (PersistableWidth r, TableDerivable r) => (Record Flat r -> Restrict (PlaceHolders p)) -> Update (r, p)

    relational-schemas Database.Custom.SQLite3

    Deprecated. use updateAllColumn.

  2. derivedUpdateAllColumn' :: (PersistableWidth r, TableDerivable r) => Config -> (Record Flat r -> Restrict (PlaceHolders p)) -> Update (r, p)

    relational-schemas Database.Custom.SQLite3

    Deprecated. use updateAllColumn'.

  3. deriveAlignInfo :: Cell a => OccSpec -> a -> AlignInfo

    table-layout Text.Layout.Table

    Generate the AlignInfo of a cell by using the OccSpec.

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

    table-layout Text.Layout.Table

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

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

    table-layout Text.Layout.Table

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

  6. deriveAlignInfo :: Cell a => OccSpec -> a -> AlignInfo

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

    Generate the AlignInfo of a cell by using the OccSpec.

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

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

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

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

Page 63 of many | Previous | Next