daml/compiler
Remy 5812a1246d
daml-lf: to_text_template_id -> to_text_type_con_name (#3293)
* simplify to_text_template_id

* to_text_template_id -> to_text_type_con_name
2019-10-30 17:32:36 +01:00
..
daml-extension Update to current state of progress reporting in LSP (#3211) 2019-10-17 16:14:49 +02:00
daml-lf-ast daml-lf: to_text_template_id -> to_text_type_con_name (#3293) 2019-10-30 17:32:36 +01:00
daml-lf-proto daml-lf: to_text_template_id -> to_text_type_con_name (#3293) 2019-10-30 17:32:36 +01:00
daml-lf-reader language: parse sdk version from manifest (#3262) 2019-10-28 17:45:06 +01:00
daml-lf-tools daml-lf: to_text_template_id -> to_text_type_con_name (#3293) 2019-10-30 17:32:36 +01:00
daml-licenses update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
damlc daml-lf: to_text_template_id -> to_text_type_con_name (#3293) 2019-10-30 17:32:36 +01: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 to current state of progress reporting in LSP (#3211) 2019-10-17 16:14:49 +02:00
scenario-service daml-lf: interned strings/names in scenarios (#3255) 2019-10-30 10:25:46 +00:00
ghcide-daml.sh Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01: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.