Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Fmt.Extra
Contents
Documentation
data Saturation #
Instances
Eq Saturation # | |
Defined in Fmt.Extra |
blockListNoneF :: Foldable f => (a -> Builder) -> f a -> Builder #
ifThenUseColor :: Buildable a => Saturation -> ColorIntensity -> Color -> a -> Builder #
checkSupportsColor :: MonadIO m => m Saturation #
Orphan instances
FromBuilder Doc # | |
Methods fromBuilder :: Builder -> Doc # |