mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
b9a1905dab
To make `--import` work we also need to expose the packages. Otherwise, we end up with a ton of confusing errors as soon as you try anything. Luckily, we can do this fairly cheaply by using the fact that GHC can expose both unit ids as well as just package names. Until I realized that I started working on a different approach of reading the DALFs first to resolve unversioned packages but that seemed much more messy. changelog_begin changelog_end |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-lf-verify | ||
daml-licenses | ||
damlc | ||
ghcide | ||
hie-core | ||
lsp-tests | ||
repl-service | ||
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.