hinit-0.2.0: Generic project initialization tool
Safe HaskellNone
LanguageHaskell2010

Hinit.Utils

Documentation

newtype PrettyShow a Source #

Constructors

PrettyShow 

Fields

Instances

Instances details
Pretty a => Show (PrettyShow a) Source # 
Instance details

Defined in Hinit.Utils

whenJust :: Applicative m => Maybe a -> (a -> m ()) -> m () Source #