1module Ormolu.Printer.Meat.Declaration
2  ( p_hsDecls,
3    p_hsDeclsRespectGrouping,
4  )
5where
6
7import GHC
8import Ormolu.Printer.Combinators
9import Ormolu.Printer.Meat.Common
10
11p_hsDecls :: FamilyStyle -> [LHsDecl GhcPs] -> R ()
12p_hsDeclsRespectGrouping :: FamilyStyle -> [LHsDecl GhcPs] -> R ()
13