mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
b626aeb632
Part of #12792, this is the builtin we need to be able to effectively store a TemplateTypeRep inside a template (i.e. you store a string containing the template id, not a typerep). changelog_begin changelog_end |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
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.