dhall-lsp-server-1.0.10: Language Server Protocol (LSP) server for Dhall

Safe HaskellNone
LanguageHaskell2010

Dhall.LSP.Backend.Formatting

Synopsis

Documentation

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

Pretty-print the given Dhall expression.

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

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