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.

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

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

  3. fromJust :: Maybe a -> a

    strict-base-types Data.Maybe.Strict

    Extracts the element out of a Just and throws an error if the argument is Nothing.

  4. isJust :: Maybe a -> Bool

    strict-base-types Data.Maybe.Strict

    Yields True iff the argument is of the form Just _.

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

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

  7. leftAdjustment :: CellView a -> Int

    table-layout Text.Layout.Table.Cell

    No documentation available.

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

    table-layout Text.Layout.Table.Cell

    Redistribute padding or trimming using a given ratio.

  9. rightAdjustment :: CellView a -> Int

    table-layout Text.Layout.Table.Cell

    No documentation available.

  10. totalAdjustment :: CellView a -> Int

    table-layout Text.Layout.Table.Cell

    The total amount of adjustment in CellView.

Page 190 of many | Previous | Next