mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
d152c7cbfd
* daml-lf: rename Map to TextMap in archive proto + in Scala/haskell AST * a bit more renamming * Update compiler/daml-lf-tools/src/DA/Daml/LF/TypeChecker/Serializability.hs Co-Authored-By: associahedron <231829+associahedron@users.noreply.github.com> * fix test * Apply suggestions from code review Co-Authored-By: associahedron <231829+associahedron@users.noreply.github.com> * Update compiler/daml-lf-ast/src/DA/Daml/LF/Ast/Base.hs Co-Authored-By: associahedron <231829+associahedron@users.noreply.github.com> |
||
---|---|---|
.. | ||
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.