daml/compiler
Moritz Kiefer 1c580d84a5
Make exposed-modules field in daml.yaml optional (#1345)
If unspecified, we expose all modules in the project.

Fixes #1328
2019-05-23 15:37:37 +02:00
..
daml-lf-ast Make exposed-modules field in daml.yaml optional (#1345) 2019-05-23 15:37:37 +02:00
daml-lf-proto Remove use of Coercible from EncodeV1/DecodeV1 (#1305) 2019-05-22 14:58:43 +00:00
daml-lf-tools Lift restriction on serializable contract ids in DAML-LF 1.dev (#1315) 2019-05-22 22:23:59 +02:00
haskell-ide-core Fix an issue in module chasing caused by unnormalized file paths (#1303) 2019-05-22 11:58:22 +00:00
scenario-service Replace all occurrences of Tagged in DAML-LF AST with newtypes (#1289) 2019-05-21 16:19:57 +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.