daml/compiler
Sofia Faro 60a0f0370d
Hide primitiveInterface from docs (#12635)
changelog_begin
changelog_end
2022-01-27 17:19:53 +00:00
..
daml-extension Fix VSCode extension (#12611) 2022-01-27 08:48:36 +01:00
daml-lf-ast Add support for interfaces through data-dependencies (#12516) 2022-01-26 16:34:39 +00:00
daml-lf-proto update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-lf-reader update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-lf-tools Turn name collision warnings for virtual modules into errors (#12627) 2022-01-27 17:58:02 +01:00
daml-lf-verify Upgrade ghcide (#12579) 2022-01-26 16:00:20 +01:00
damlc Hide primitiveInterface from docs (#12635) 2022-01-27 17:19:53 +00:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests Upgrade ghcide (#12579) 2022-01-26 16:00:20 +01:00
repl-service Add eager timeouts to the polling functions used in daml start and assistant integration tests. (#12361) 2022-01-12 10:01:56 +00:00
scenario-service Replace silencer plugin with built-in warning configuration (#12543) 2022-01-24 15:01:35 +00:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00

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.