mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
e2a8cc29e5
* generate choice instances for cross sdk dependencies * add line to test cross-sdk exercise of choice * revert to naming choice in GenerateSimpleDalf as "NotChoice" * remove filter/special-handlimg for "Archive" choice * dont assume a tycon with the same name as a choice; instead use type from chcArgBinder * error if cant find the template datatype def * naming * avoid intercalate followed by re-split on "." in module name * GenerateSimpleDalf: have two choices: one of record type, one of variant type * Update Upgrade.hs * added some linebreaks, spaces for readability * address cosmetic comments * use Sdk. prefix as necessary so tests work * mollify hlint * fix: daml-assistant/integration-tests |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-licenses | ||
damlc | ||
ghcide | ||
hie-core | ||
lsp-tests | ||
scenario-service | ||
ghcide-daml.sh | ||
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.