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

Safe HaskellNone
LanguageHaskell2010

Dhall.LSP.Backend.ToJSON

Synopsis

Documentation

data CompileError #

This is the exception type for errors that might arise when translating Dhall to JSON

Because the majority of Dhall language features do not translate to JSON this just returns the expression that failed

toJSON :: WellTyped -> Either CompileError Text Source #

Try to convert a given Dhall expression to JSON.