ormolu-0.1.2.0: A formatter for Haskell source code

Safe HaskellNone
LanguageHaskell2010

Ormolu.Printer.Meat.Declaration.Type

Description

Rendering of type synonym declarations.

Documentation

p_synDecl Source #

Arguments

:: Located RdrName

Type constructor

-> LexicalFixity

Fixity

-> LHsQTyVars GhcPs

Type variables

-> LHsType GhcPs

RHS of type declaration

-> R ()