daml/compiler
Moisés Ackerman ed046a11b5
Pretty print interfaces (#14742)
* Pretty print interface instances in templates

* Pretty print interface definitions, including nested interface instances

changelog_begin
changelog_end
2022-08-18 10:42:01 +02:00
..
daml-extension Replace more instances of 'scenario' with 'script' (#13651) 2022-04-27 17:49:32 +02:00
daml-lf-ast Pretty print interfaces (#14742) 2022-08-18 10:42:01 +02:00
daml-lf-proto Reduce duplication between implements and co-implements (#14607) 2022-08-04 17:01:15 +02:00
daml-lf-reader hunt down DAML (#13191) 2022-03-08 14:25:25 +01:00
daml-lf-tools Interface instance typechecking (haskell) (#14683) 2022-08-11 10:53:41 +00:00
damlc Add interface instance syntax, including retroactive interface instances (#14715) 2022-08-17 12:06:59 +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 Speed up Daml repl startup (#13172) 2022-03-09 08:22:42 +00:00
scenario-service Disclosure testing invalid contract type 2022-08-09 18:45:44 +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.