Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

  2. isJust :: Maybe a -> Bool

    strict-base-types Data.Maybe.Strict

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

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

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

  5. leftAdjustment :: CellView a -> Int

    table-layout Text.Layout.Table.Cell

    No documentation available.

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

    table-layout Text.Layout.Table.Cell

    Redistribute padding or trimming using a given ratio.

  7. rightAdjustment :: CellView a -> Int

    table-layout Text.Layout.Table.Cell

    No documentation available.

  8. totalAdjustment :: CellView a -> Int

    table-layout Text.Layout.Table.Cell

    The total amount of adjustment in CellView.

  9. leftAdjustmentCM :: CellMod a -> Int

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

    No documentation available.

  10. rightAdjustmentCM :: CellMod a -> Int

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

    No documentation available.

Page 191 of many | Previous | Next