mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
6e73868220
* Replace all occurrences of Tagged in DAML-LF AST with newtypes This must end as it makes the code bases harder to understand without adding any benefits. * Add two more usages of mkVal * Remove Orphans.Lib_hashable * Remove tagged from package dependencies * Derive stock classes as such |
||
---|---|---|
.. | ||
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.