hix-0.8.0: Haskell/Nix development build tools
Safe HaskellNone
LanguageGHC2021

Hix.Pretty

Documentation

showP :: forall b a. (Pretty a, IsString b) => a -> b Source #

showPM :: forall b a. (Pretty a, IsString b) => Maybe a -> b Source #

prettyL :: forall t a. (Pretty a, Foldable t) => t a -> Doc Source #

showPL :: forall t b a. (Pretty a, Foldable t, IsString b) => t a -> b Source #