Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. PerLast7Days :: TimePeriod

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    A date in the last seven days.

  2. PerLastMonth :: TimePeriod

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    A date occuring in the last calendar month.

  3. PerLastWeek :: TimePeriod

    xlsx Codec.Xlsx.Types.ConditionalFormatting

    A date occuring last week.

  4. _txbdSpcFirstLastPara :: TextBody -> Bool

    xlsx Codec.Xlsx.Types.Drawing.Common

    Specifies whether the before and after paragraph spacing defined by the user is to be respected.

  5. _alignmentJustifyLastLine :: Alignment -> Maybe Bool

    xlsx Codec.Xlsx.Types.StyleSheet

    A boolean value indicating if the cells justified or distributed alignment should be used on the last line of text. (This is typical for East Asian alignments but not typical in other contexts.)

  6. alignmentJustifyLastLine :: Lens' Alignment (Maybe Bool)

    xlsx Codec.Xlsx.Types.StyleSheet

    No documentation available.

  7. runFailLast :: IsString e => Fail e a -> Either e a

    FailT Control.Monad.Trans.Fail

    This is a variant of runFailAgg where only the error reported for the very last failed computation will be produced and others discarded. This is useful when it is not relevant to retain information about all the attempts and only the last one matters, eg. parsing with backtracking.

  8. runFailLastT :: (IsString e, Functor m) => FailT e m a -> m (Either e a)

    FailT Control.Monad.Trans.Fail

    Similar to runFailLast, except underlying monad is not restricted to Identity.

  9. runFailLast :: Fail a -> Either String a

    FailT Control.Monad.Trans.Fail.String

    Version of runFailLast restricted to String

  10. runFailLastT :: Functor m => FailT m a -> m (Either String a)

    FailT Control.Monad.Trans.Fail.String

    Version of runFailLastT restricted to String

Page 102 of many | Previous | Next