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.
-
xlsx Codec.Xlsx.Types.ConditionalFormatting A date in the last seven days.
-
xlsx Codec.Xlsx.Types.ConditionalFormatting A date occuring in the last calendar month.
-
xlsx Codec.Xlsx.Types.ConditionalFormatting A date occuring last week.
_txbdSpcFirstLastPara :: TextBody -> Boolxlsx Codec.Xlsx.Types.Drawing.Common Specifies whether the before and after paragraph spacing defined by the user is to be respected.
_alignmentJustifyLastLine :: Alignment -> Maybe Boolxlsx 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.)
alignmentJustifyLastLine :: Lens' Alignment (Maybe Bool)xlsx Codec.Xlsx.Types.StyleSheet No documentation available.
runFailLast :: IsString e => Fail e a -> Either e aFailT 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.
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.
runFailLast :: Fail a -> Either String aFailT Control.Monad.Trans.Fail.String Version of runFailLast restricted to String
runFailLastT :: Functor m => FailT m a -> m (Either String a)FailT Control.Monad.Trans.Fail.String Version of runFailLastT restricted to String