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.

  1. whenJust :: Monad m => Maybe a -> (a -> m ()) -> m ()

    Chart Graphics.Rendering.Chart.Utils

    Specialization to ()

  2. _fHdrChecksumAdjust :: FontHeader -> !Word32

    FontyFruity Graphics.Text.TrueType.Internal

    To compute: set it to 0, sum the entire font as ULONG, then store 0xB1B0AFBA - sum.

  3. data Adjustments

    chart-svg Chart.Hud

    options for prettifying axis decorations

    >>> defaultAdjustments
    Adjustments {maxXRatio = 8.0e-2, maxYRatio = 6.0e-2, angledRatio = 0.12, allowDiagonal = True}
    

  4. Adjustments :: Double -> Double -> Double -> Bool -> Adjustments

    chart-svg Chart.Hud

    No documentation available.

  5. adjustTicks :: Adjustments -> ChartBox -> DataBox -> Place -> Ticks -> Ticks

    chart-svg Chart.Hud

    adjust Tick for sane font sizes etc

  6. adjustments :: AxisOptions -> Maybe Adjustments

    chart-svg Chart.Hud

    No documentation available.

  7. defaultAdjustments :: Adjustments

    chart-svg Chart.Hud

    The official hud adjustments.

  8. eadjust :: (Ord k, Show k, HasCallStack) => (v -> v) -> k -> Map k v -> Map k v

    dejafu Test.DejaFu.Internal

    adjust but which errors if the key is not present. Use this only where it shouldn't fail!

  9. efromJust :: HasCallStack => Maybe a -> a

    dejafu Test.DejaFu.Internal

    fromJust but with a better error message if it fails. Use this only where it shouldn't fail!

  10. cairoBypassAdjust :: Lens' (Options Cairo V2 Double) Bool

    diagrams-cairo Diagrams.Backend.Cairo.Internal

    No documentation available.

Page 65 of many | Previous | Next