ormolu-0.0.2.0: A formatter for Haskell source code

Safe HaskellNone
LanguageHaskell2010

Ormolu.Printer.Meat.Declaration.Instance

Description

Type class, type family, and data family instance declarations.

Documentation

p_clsInstDecl :: ClsInstDecl GhcPs -> R () Source #

p_tyFamInstDecl :: FamilyStyle -> TyFamInstDecl GhcPs -> R () Source #

p_dataFamInstDecl :: FamilyStyle -> DataFamInstDecl GhcPs -> R () Source #

p_standaloneDerivDecl :: DerivDecl GhcPs -> R () Source #