mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 00:35:25 +03:00
50291ed61b
* interfaces: scala typechecker implementation This is the scala side of the lf typechecker for interfaces. CHANGELOG_BEGIN CHANGELOG_END * added collision check * added exercise/fetch typechecking * review suggestions * added todos for collision/typing scala tests |
||
---|---|---|
.. | ||
daml-extension | ||
daml-lf-ast | ||
daml-lf-proto | ||
daml-lf-reader | ||
daml-lf-tools | ||
daml-lf-verify | ||
damlc | ||
ghcide | ||
hie-core | ||
lsp-tests | ||
repl-service | ||
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.