daml/compiler
Sofia Faro 51c014b367
Add the missing UTryCatch primitive. (#8462)
* Add the missing UTryCatch primitive.

I tested that the types are correct by uncommenting the corresponding
line in DA.Internal.Exception (which must remain commented, because
the engine does not yet support exceptions).

changelog_begin
changelog_end

* indent/associate

* typo :-(
2021-01-13 10:33:55 +00:00
..
daml-extension Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00
daml-lf-ast LF : Fix/Clean some LF related TODOs (#8387) 2021-01-07 15:13:28 +01:00
daml-lf-proto update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
daml-lf-reader update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
daml-lf-tools update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
daml-lf-verify Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00
damlc Add the missing UTryCatch primitive. (#8462) 2021-01-13 10:33:55 +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 update copyright notices for 2021 (#8257) 2021-01-01 19:49:51 +01:00
repl-service Upgrade scalafmt and enable trailing commas (#8437) 2021-01-09 11:37:37 +01:00
scenario-service Upgrade scalafmt and enable trailing commas (#8437) 2021-01-09 11:37:37 +01: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.