hindent-6.0.0: Extensible Haskell pretty printer
Safe HaskellSafe-Inferred
LanguageHaskell2010

HIndent.ModulePreprocessing

Description

Module preprocessing before pretty-printing.

Synopsis

Documentation

modifyASTForPrettyPrinting :: HsModule -> HsModule Source #

This function modifies the given module AST for pretty-printing.

Pretty-printing a module without calling this function for it before may raise an error or not print it correctly.