ormolu-0.7.4.0: A formatter for Haskell source code
Safe HaskellSafe-Inferred
LanguageGHC2021

Ormolu.Printer

Description

Pretty-printer for Haskell AST.

Synopsis

Documentation

printSnippets Source #

Arguments

:: Bool

Whether to print out debug information during printing

-> [SourceSnippet]

Result of parsing

-> Text

Resulting rendition

Render several source snippets.