mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
ace1b5efd3
* Remove all traces of the long gone value restriction We remove the value check since it has only been used by one `damli` command. We also remove the constant folding from the DAML-LF simplifier. It is more likely to diverge from the semantics of the interpreter than to do any good. * Make hlint happy |
||
---|---|---|
.. | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-tools | ||
haskell-ide-core | ||
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.