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

Safe HaskellNone
LanguageHaskell2010

Dhall.LSP.State

Documentation

data Severity Source #

Constructors

Error

Error displayed to the user.

Warning

Warning displayed to the user.

Info

Information displayed to the user.

Log

Log message, not displayed by default.

data ServerState Source #

Constructors

ServerState 

Fields