optparse-applicative-0.8.0: Options/Applicative/Help/Pretty.hs
module Options.Applicative.Help.Pretty ( module Text.PrettyPrint.ANSI.Leijen , (.$.) ) where import Text.PrettyPrint.ANSI.Leijen hiding ((<$>), (<>), columns) import qualified Text.PrettyPrint.ANSI.Leijen as PP (.$.) :: Doc -> Doc -> Doc (.$.) = (PP.<$>)