mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
016b73b3de
Both language extension are needed to improve the UX of generic templates. Without them templates a la ``` template Template (A t) => B t with ``` would produce an error that we need `FlexibleContexts` for the `Template (A t)` context and a warning suggesting to simplify it to `AInstance t`. The latter would expose an implementation detail we prefer to hide. |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-licenses | ||
damlc | ||
hie-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.