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. derivedUpdate :: TableDerivable r => (Record Flat r -> Assign r (PlaceHolders p)) -> Update p

    relational-schemas Database.Custom.SQLite3

    Make typed Update from defaultConfig, derived table and Assign computation.

  2. derivedUpdate' :: TableDerivable r => Config -> (Record Flat r -> Assign r (PlaceHolders p)) -> Update p

    relational-schemas Database.Custom.SQLite3

    Make typed Update from Config, derived table and Assign computation.

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

    relational-schemas Database.Custom.SQLite3

    Deprecated. use updateAllColumn.

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

    relational-schemas Database.Custom.SQLite3

    Deprecated. use updateAllColumn'.

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

    table-layout Text.Layout.Table

    Generate the AlignInfo of a cell by using the OccSpec.

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

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

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

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

    Generate the AlignInfo of a cell by using the OccSpec.

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

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

Page 63 of many | Previous | Next