daml/compiler
Neil Mitchell 3b4c5a6597
More code actions for hie-core (#1948)
* Push the suggestion work further up

* Make LspFuncs an argument to the handlers

* Actually pass around the contents of the buffer to suggestAction

* Make suggestAction do sensible figuring out if you remove the next line too

* Better indentation

* Code action to add GHC extensions as required

* Deal with extra arguments to LSP handler
2019-07-01 08:30:37 +01:00
..
daml-lf-ast delete dead code, fix typos in comments (#1923) 2019-06-28 07:14:52 +01:00
daml-lf-proto intern package IDs in LF (#1614) 2019-06-26 11:15:24 +02:00
daml-lf-reader [hs-ledger-bindings tests] Read the main dalf from the DAR manifest (#1803) 2019-06-21 15:32:40 +00:00
daml-lf-tools delete dead code, fix typos in comments (#1923) 2019-06-28 07:14:52 +01:00
hie-core More code actions for hie-core (#1948) 2019-07-01 08:30:37 +01:00
lsp-tests Mask async exceptions in updateFileDiagnostics (#1944) 2019-07-01 07:14:31 +00:00
scenario-service intern package IDs in LF (#1614) 2019-06-26 11:15:24 +02:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

DAML Compiler

This directory contains several libraries used by and the executable for the DAML compiler.

Libraries

  • daml-lf-ast: The DAML-LF AST and type checker.