daml/compiler
Martin Huschenbett b72f560bbf
Add Pretty instances for everything in the DAML-LF AST (#1532)
This was scary to do when we still had all the `Tagged` stuff around. Since
that stuff is gone, let's add the instances and make pretty print anything
DAML-LF related more uniform.
2019-06-05 13:59:05 -04:00
..
daml-lf-ast Add Pretty instances for everything in the DAML-LF AST (#1532) 2019-06-05 13:59:05 -04:00
daml-lf-proto daml-lf: add enum pattern matching (#1506) 2019-06-04 22:25:22 +00:00
daml-lf-tools Add Pretty instances for everything in the DAML-LF AST (#1532) 2019-06-05 13:59:05 -04:00
haskell-ide-core Make it explicit that contract key maintainers are computed from key (#1527) 2019-06-05 10:27:38 -04:00
lsp-tests Initial boilerplate for an LSP-based test suite (#1516) 2019-06-04 20:48:18 +02:00
scenario-service Remove use of managed for starting the scenario service (#1508) 2019-06-04 17:17:05 +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.