Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. Font_size_adjust_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  2. LengthAdjust_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  3. adjustPassband :: C a => Passband -> (a -> Parameter a) -> a -> Parameter a

    synthesizer-core Synthesizer.Plain.Filter.Recursive.SecondOrder

    Given a function which computes the filter parameters of a lowpass filter for a given frequency, turn that into a function which generates highpass parameters, if requested filter type is Highpass.

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

    Chart Graphics.Rendering.Chart.Utils

    Specialization to ()

  5. _fHdrChecksumAdjust :: FontHeader -> !Word32

    FontyFruity Graphics.Text.TrueType.Internal

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

  6. class SqlJustable a b | b -> a

    beam-core Database.Beam.Query

    Type class for things that can be nullable. This includes 'QExpr (Maybe a)', 'tbl (Nullable QExpr)', and 'PrimaryKey tbl (Nullable QExpr)'

  7. isJust_ :: SqlDeconstructMaybe be a nonNullA s => a -> QGenExpr ctxt be s Bool

    beam-core Database.Beam.Query

    Returns a QExpr that evaluates to true when the first argument is not null

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

  9. Adjustments :: Double -> Double -> Double -> Bool -> Adjustments

    chart-svg Chart.Hud

    No documentation available.

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

    chart-svg Chart.Hud

    adjust Tick for sane font sizes etc

Page 65 of many | Previous | Next