Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. textViewJustification :: AttrLabelProxy "justification"

    gi-gtk GI.Gtk.Objects.TextView

    No documentation available.

  2. adjustStepChanges :: TrainingOptions -> Maybe Bool

    gogol-bigquery Gogol.BigQuery

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

  3. adjustStepChanges :: TrainingOptions -> Maybe Bool

    gogol-bigquery Gogol.BigQuery.Types

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

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

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

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

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

  8. Unadjusted :: BusinessDayConvention

    hquantlib-time QuantLib.Time.Date

    No documentation available.

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

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

Page 184 of many | Previous | Next