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.
-
svg-builder Graphics.Svg.Attributes No documentation available.
-
svg-builder Graphics.Svg.Attributes No documentation available.
adjustPassband :: C a => Passband -> (a -> Parameter a) -> a -> Parameter asynthesizer-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.
whenJust :: Monad m => Maybe a -> (a -> m ()) -> m ()Chart Graphics.Rendering.Chart.Utils Specialization to ()
_fHdrChecksumAdjust :: FontHeader -> !Word32FontyFruity Graphics.Text.TrueType.Internal To compute: set it to 0, sum the entire font as ULONG, then store 0xB1B0AFBA - sum.
class
SqlJustable a b | b -> abeam-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)'
isJust_ :: SqlDeconstructMaybe be a nonNullA s => a -> QGenExpr ctxt be s Boolbeam-core Database.Beam.Query Returns a QExpr that evaluates to true when the first argument is not null
-
chart-svg Chart.Hud options for prettifying axis decorations
>>> defaultAdjustments Adjustments {maxXRatio = 8.0e-2, maxYRatio = 6.0e-2, angledRatio = 0.12, allowDiagonal = True} Adjustments :: Double -> Double -> Double -> Bool -> Adjustmentschart-svg Chart.Hud No documentation available.
adjustTicks :: Adjustments -> ChartBox -> DataBox -> Place -> Ticks -> Tickschart-svg Chart.Hud adjust Tick for sane font sizes etc