dhall-haskell/dhall-lsp-server/src/Dhall
Frederik Ramcke 8c3db821db Correctly handle dependent types in dhall-lsp-server (#1216)
* Correctly handle dependent types in dhall-lsp-server

Removes the "fast path" when typechecking `let`s whose bound expression
has a small type. This optimisation is no longer legal in the presence
of dependent types (as introduced in #1164).

* Fix bad merge

* Remove redundant import
2019-08-12 13:27:41 +00:00
..
LSP Correctly handle dependent types in dhall-lsp-server (#1216) 2019-08-12 13:27:41 +00:00