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.
-
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.
leftAdjustmentCM :: CellMod a -> Inttable-layout Text.Layout.Table.Primitives.CellMod No documentation available.
rightAdjustmentCM :: CellMod a -> Inttable-layout Text.Layout.Table.Primitives.CellMod No documentation available.