mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
6499ee9716
* Add exceptions in DAML-LF AST (Haskell side) Updates the Haskell DAML-LF AST for exceptions, including encode/decode, and updates all the functions that deal with the AST directly. changelog_begin changelog_end * Missed some TODOs in DecodeV1 |
||
---|---|---|
.. | ||
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.