mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
7c427119e1
* daml-lf: update spec with type-rep * daml-lf: update proto with type-rep * daml-lf: update scala side with TypeRep * daml-lf: update compiler side with TypeRep * Get triggers to compile * Add featureTypeRep to allFeatures * Apply suggestions from code review Co-Authored-By: Moritz Kiefer <moritz.kiefer@purelyfunctional.org> * daml-lf: add builtin for TypeRep equality * Address Andrea's comments * formatting * Fix triggers * Fix template typerep tests |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-licenses | ||
damlc | ||
ghcide | ||
hie-core | ||
lsp-tests | ||
scenario-service | ||
ghcide-daml.sh | ||
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.