Hix.Pretty
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 #
prettyText :: Text -> Doc Source #