mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
596058ac3f
Currently, recursive top level functions whose type is boundedly polymorphic require a type annotation to make it through the conversion to DAML-LF. This PR changes the conversion slightly such that a type annotation is n o longer required. This fixes #2669. |
||
---|---|---|
.. | ||
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.