| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hinit.Utils
Documentation
mkBulletList :: [Doc a] -> Doc a Source #
newtype PrettyShow a Source #
Constructors
| PrettyShow | |
Fields
| |
Instances
| Pretty a => Show (PrettyShow a) Source # | |
Defined in Hinit.Utils Methods showsPrec :: Int -> PrettyShow a -> ShowS # show :: PrettyShow a -> String # showList :: [PrettyShow a] -> ShowS # | |
whenJust :: Applicative m => Maybe a -> (a -> m ()) -> m () Source #