dhall-haskell/dhall-lsp-server
Frederik Ramcke 8d4aa0320e dhall-lsp-server: Correctly handle dependent lets (#1018)
While I do believe the previous version to be correct as well, this
certainly makes it easier to reason about it.
2019-06-22 09:35:52 -07:00
..
app Simplify dhall-lsp-server and reorganise its modules (#992) 2019-06-07 07:47:07 +00:00
src/Dhall/LSP dhall-lsp-server: Correctly handle dependent lets (#1018) 2019-06-22 09:35:52 -07:00
test Simplify dhall-lsp-server and reorganise its modules (#992) 2019-06-07 07:47:07 +00:00
ChangeLog.md LSP. Fix import errors location. Minor clean-up. Add tests for backend/diagnostics. (#868) 2019-03-26 13:20:25 +00:00
default.nix Add dhall-lsp-server (#843) 2019-03-06 21:41:38 -08:00
dhall-lsp-server.cabal dhall-lsp-server: (new feature) annotate lets (#1014) 2019-06-20 09:37:59 -07:00
LICENSE Add dhall-lsp-server (#843) 2019-03-06 21:41:38 -08:00
README.md LSP. Fix import errors location. Minor clean-up. Add tests for backend/diagnostics. (#868) 2019-03-26 13:20:25 +00:00
Setup.hs Add dhall-lsp-server (#843) 2019-03-06 21:41:38 -08:00
shell.nix Add Nix support for dhall-lsp-server project (#849) 2019-03-10 09:43:44 -07:00

dhall-lsp-server

This is a Language Server Protocol server implementation for the Dhall programming language.

For installation or development instructions, see: