ormolu-0.0.1.0: A formatter for Haskell source code

Safe HaskellNone
LanguageHaskell2010

Ormolu.Printer.Meat.Declaration

Description

Rendering of declarations.

Synopsis

Documentation

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

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