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. adjustStepChanges :: TrainingOptions -> Maybe Bool

    gogol-bigquery Gogol.BigQuery.Types

    If true, detect step changes and make data adjustment in the input time series.

  2. flatAdjustment :: CarrierRate -> Maybe Price

    gogol-shopping-content Gogol.ShoppingContent

    Additive shipping rate modifier. Can be negative. For example { "value": "1", "currency" : "USD" } adds $1 to the rate, { "value": "-3", "currency" : "USD" } removes $3 from the rate. Optional.

  3. percentageAdjustment :: CarrierRate -> Maybe Text

    gogol-shopping-content Gogol.ShoppingContent

    Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example "5.4" increases the rate by 5.4%, "-3" decreases the rate by 3%. Optional.

  4. flatAdjustment :: CarrierRate -> Maybe Price

    gogol-shopping-content Gogol.ShoppingContent.Types

    Additive shipping rate modifier. Can be negative. For example { "value": "1", "currency" : "USD" } adds $1 to the rate, { "value": "-3", "currency" : "USD" } removes $3 from the rate. Optional.

  5. percentageAdjustment :: CarrierRate -> Maybe Text

    gogol-shopping-content Gogol.ShoppingContent.Types

    Multiplicative shipping rate modifier as a number in decimal notation. Can be negative. For example "5.4" increases the rate by 5.4%, "-3" decreases the rate by 3%. Optional.

  6. Unadjusted :: BusinessDayConvention

    hquantlib-time QuantLib.Time.Date

    No documentation available.

  7. catchJust :: forall e (r :: EffectRow) b a . Member (Error e :: (Type -> Type) -> Type -> Type) r => (e -> Maybe b) -> Sem r a -> (b -> Sem r a) -> Sem r a

    incipit-core IncipitCore

    The function catchJust is like catch, but it takes an extra argument which is an exception predicate, a function which selects which type of exceptions we're interested in.

  8. tryJust :: forall e (r :: EffectRow) b a . Member (Error e :: (Type -> Type) -> Type -> Type) r => (e -> Maybe b) -> Sem r a -> Sem r (Either b a)

    incipit-core IncipitCore

    A variant of try that takes an exception predicate to select which exceptions are caught (c.f. catchJust). If the exception does not match the predicate, it is re-thrown.

  9. pattern LENGTHADJUST_SPACING :: (Eq a, Num a) => a

    jsaddle-dom JSDOM.Generated.SVGTextContentElement

    No documentation available.

  10. pattern LENGTHADJUST_SPACINGANDGLYPHS :: (Eq a, Num a) => a

    jsaddle-dom JSDOM.Generated.SVGTextContentElement

    No documentation available.

Page 159 of many | Previous | Next