mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
c5cce0b22c
Previously, we got the package id by listing all packages and taking the first. That is not a valid assumption and broke with a PR. This PR changes the tests to use the DAR reader that we already used for visualization (now factored into a separate library) and reads the main dalf using that. |
||
---|---|---|
.. | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
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.