Hoogle Search
Within LTS Haskell 24.38 (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-schemas Database.Custom.SQLite3 Operator corresponding SQL NOT (... IS NULL) , and extended against record type.
_Just :: forall a b p f . (Choice p, Applicative f) => p a (f b) -> p (Maybe a) (f (Maybe b))strict-base-types Data.Maybe.Strict Analogous to _Just in Control.Lens.Prism
-
strict-base-types Data.Maybe.Strict Extracts the element out of a Just and throws an error if the argument is Nothing.
-
strict-base-types Data.Maybe.Strict Yields True iff the argument is of the form Just _.
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.
redistributeAdjustment :: Int -> Int -> CellView a -> CellView atable-layout Text.Layout.Table.Cell Redistribute padding or trimming using a given ratio.
rightAdjustment :: CellView a -> Inttable-layout Text.Layout.Table.Cell No documentation available.
totalAdjustment :: CellView a -> Inttable-layout Text.Layout.Table.Cell The total amount of adjustment in CellView.