packages feed

ormolu-0.0.1.0: src/Ormolu/Printer/Meat/Declaration.hs-boot

module Ormolu.Printer.Meat.Declaration
  ( p_hsDecls,
    hasSeparatedDecls,
  )
where

import GHC
import Ormolu.Printer.Combinators
import Ormolu.Printer.Meat.Common

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

hasSeparatedDecls :: [LHsDecl GhcPs] -> Bool