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.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-record Database.Relational.Documentation Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.IBMDB2 Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.MySQL Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.Oracle Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.PostgreSQL Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.SQLServer Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
isJust :: (OperatorContext c, HasColumnConstraint NotNull r) => Record c (Maybe r) -> Predicate crelational-schemas Database.Custom.SQLite3 Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
adjustCell :: Int -> Int -> a -> CellView atable-layout Text.Layout.Table Add an adjustment to the left and right of a Cell. Positive numbers are padding and negative numbers are trimming.
adjustCell :: Int -> Int -> a -> CellView atable-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.
leftAdjustment :: CellView a -> Inttable-layout Text.Layout.Table.Cell No documentation available.