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

Ormolu.Printer.Meat.Module

Description

Rendering of modules.

Synopsis

Documentation

p_hsModule Source #

Arguments

:: Maybe (RealLocated Comment)

Stack header

-> [Shebang]

Shebangs

-> [([RealLocated Comment], Pragma)]

Pragmas and the associated comments

-> Bool

Whether to use postfix qualified imports

-> HsModule GhcPs

AST to print

-> R () 

Render a module.