fourmolu-0.1.0.0: A formatter for Haskell source code
Safe HaskellNone
LanguageHaskell2010

Ormolu.Printer

Description

Pretty-printer for Haskell AST.

Synopsis

Documentation

printModule Source #

Arguments

:: ParseResult

Result of parsing

-> PrinterOpts 
-> Text

Resulting rendition

Render a module.

data PrinterOpts Source #

Options controlling formatting output

Constructors

PrinterOpts 

Fields

Instances

Instances details
Eq PrinterOpts Source # 
Instance details

Defined in Ormolu.Config

Show PrinterOpts Source # 
Instance details

Defined in Ormolu.Config