ormolu-0.1.1.0: A formatter for Haskell source code

Safe HaskellNone
LanguageHaskell2010

Ormolu.Printer.Meat.Declaration

Description

Rendering of declarations.

Synopsis

Documentation

p_hsDeclsRespectGrouping :: FamilyStyle -> [LHsDecl GhcPs] -> R () Source #

Like p_hsDecls but respects user choices regarding grouping. If the user omits newlines between declarations, we also omit them in most cases, except when said declarations have associated Haddocks.

Does some normalization (compress subsequent newlines into a single one)