daml/compiler
Moritz Kiefer 486c869986
Replace most scenario references in the docs by Daml script (#12741)
* Replace most scenario references in the docs by Daml script

There are still some left in the Daml studio docs (should be updated)
and in quickstart-java (should be updated but probably not by us
🤷) but I’ll leave those for separate PRs.

changelog_begin
changelog_end

* delete unused code

changelog_begin
changelog_end
2022-02-03 15:55:55 +00:00
..
daml-extension Address CVE-2022-0355 alert, resolve simple-get to 4.0.1 (#12655) 2022-01-30 23:17:04 +01:00
daml-lf-ast Replace experimental interface primitives with proper LF primitives (#12678) 2022-02-03 13:36:45 +00:00
daml-lf-proto Replace experimental interface primitives with proper LF primitives (#12678) 2022-02-03 13:36:45 +00:00
daml-lf-reader update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-lf-tools Replace experimental interface primitives with proper LF primitives (#12678) 2022-02-03 13:36:45 +00:00
daml-lf-verify Upgrade ghcide (#12579) 2022-01-26 16:00:20 +01:00
damlc Replace experimental interface primitives with proper LF primitives (#12678) 2022-02-03 13:36:45 +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 Drop direct dependencies on system-filepath (#12658) 2022-01-31 10:04:07 +01:00
scenario-service Replace most scenario references in the docs by Daml script (#12741) 2022-02-03 15:55:55 +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.