ormolu-0.1.3.0: A formatter for Haskell source code

Safe HaskellNone
LanguageHaskell2010

Ormolu.Printer.Meat.Declaration.Data

Description

Renedring of data type declarations.

Documentation

p_dataDecl Source #

Arguments

:: FamilyStyle

Whether to format as data family

-> Located RdrName

Type constructor

-> [LHsType GhcPs]

Type patterns

-> LexicalFixity

Lexical fixity

-> HsDataDefn GhcPs

Data definition

-> R ()