daml/compiler
Martin Huschenbett 99adde7a5e Remove useless version paramater from LF.World.initSelfWorld (#1601)
That parameter should have never been there in the first place since it is
completely useless.
2019-06-12 11:55:27 +00:00
..
daml-lf-ast Remove useless version paramater from LF.World.initSelfWorld (#1601) 2019-06-12 11:55:27 +00: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 Use FromServerMessage directly (#1583) 2019-06-11 16:03:44 +02:00
lsp-tests Use FromServerMessage directly (#1583) 2019-06-11 16:03:44 +02:00
scenario-service Run daml-ghc tests with full validation in the scenario service (#1546) 2019-06-06 13:14:11 +00: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.