fourmolu-0.4.0.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

-> HsTyPats GhcPs

Type patterns

-> LexicalFixity

Lexical fixity

-> HsDataDefn GhcPs

Data definition

-> R ()