Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Ormolu.Printer.Meat.Declaration.Class
Description
Rendering of type class declarations.
Documentation
p_classDecl :: Maybe (LHsContext GhcPs) -> LocatedN RdrName -> LHsQTyVars GhcPs -> LexicalFixity -> [LHsFunDep GhcPs] -> [LSig GhcPs] -> LHsBinds GhcPs -> [LFamilyDecl GhcPs] -> [LTyFamDefltDecl GhcPs] -> [LDocDecl GhcPs] -> R () Source #