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

Ormolu.Printer

Description

Pretty-printer for Haskell AST.

Synopsis

Documentation

printSnippets Source #

Arguments

:: [SourceSnippet]

Result of parsing

-> Text

Resulting rendition

Render several source snippets.