mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
24722617c4
* Make runActions return Return as soon as results are available Previously, we were waiting for all rules to finish, in particular the ofInterestRule. That doesn’t really make any sense, e.g., a goto definition request should not be waiting for all scenarios to run. The next step will be to change the LSP side such that requests and notifications are processed in parallel where possible. |
||
---|---|---|
.. | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-tools | ||
haskell-ide-core | ||
lsp-tests | ||
scenario-service | ||
README.md |
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.