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. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-record Database.Relational.Documentation

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  2. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.IBMDB2

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  3. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.MySQL

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  4. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.Oracle

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  5. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.PostgreSQL

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  6. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.SQLServer

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  7. isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate c

    relational-schemas Database.Custom.SQLite3

    Operator corresponding SQL NOT (... IS NULL) , and extended against record type.

  8. adjustCell :: Int -> Int -> a -> CellView a

    table-layout Text.Layout.Table

    Add an adjustment to the left and right of a Cell. Positive numbers are padding and negative numbers are trimming.

  9. adjustCell :: Int -> Int -> a -> CellView a

    table-layout Text.Layout.Table.Cell

    Add an adjustment to the left and right of a Cell. Positive numbers are padding and negative numbers are trimming.

  10. leftAdjustment :: CellView a -> Int

    table-layout Text.Layout.Table.Cell

    No documentation available.

Page 165 of many | Previous | Next