ormolu-0.4.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

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

Pragmas and the associated comments

-> HsModule

AST to print

-> R () 

Render a module-like entity (either a regular module or a backpack signature).