dhall-lsp-server-1.0.18: Language Server Protocol (LSP) server for Dhall
Safe HaskellNone
LanguageHaskell2010

Dhall.LSP.Backend.Formatting

Synopsis

Documentation

formatExpr :: Pretty b => Maybe CharacterSet -> Expr Src b -> Text Source #

Pretty-print the given Dhall expression.

formatExprWithHeader :: Pretty b => Maybe CharacterSet -> Expr Src b -> Header -> Text Source #

Pretty-print the given Dhall expression, prepending the given a "header" (usually consisting of comments and whitespace).