ormolu-0.0.2.0: A formatter for Haskell source code

Safe HaskellNone
LanguageHaskell2010

Ormolu.Printer.Meat.Declaration

Description

Rendering of declarations.

Synopsis

Documentation

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

hasSeparatedDecls :: [LHsDecl GhcPs] -> Bool Source #

Checks if given list of declarations contain a pair which should be separated by a blank line.