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. _fHdrChecksumAdjust :: FontHeader -> !Word32

    FontyFruity Graphics.Text.TrueType.Internal

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

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

  3. Adjustments :: Double -> Double -> Double -> Bool -> Adjustments

    chart-svg Chart.Hud

    No documentation available.

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

    chart-svg Chart.Hud

    adjust Tick for sane font sizes etc

  5. adjustments :: AxisOptions -> Maybe Adjustments

    chart-svg Chart.Hud

    No documentation available.

  6. defaultAdjustments :: Adjustments

    chart-svg Chart.Hud

    The official hud adjustments.

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

  8. 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!

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

    diagrams-cairo Diagrams.Backend.Cairo.Internal

    No documentation available.

  10. writeJustDirs :: AnchoredDirTree a -> IO (AnchoredDirTree a)

    directory-tree System.Directory.Tree

    writes the directory structure (not files) of a DirTree to the anchored directory. Returns a structure identical to the supplied tree with errors replaced by Failed constructors:

Page 65 of many | Previous | Next