daml/compiler
Stephen Compall fef8a956ee use WithTxValue in place of VersionedValue more broadly (#643)
* GenTransaction.WithTxValue alias

* undo parts of parent dealing explicitly with serialization

* use GenNode.WithTxValue more often

* use Node*.WithTxValue more often
2019-04-24 13:54:41 +00:00
..
daml-lf-ast Check that contract keys are supported in DAML-LF type checker (#639) 2019-04-24 09:17:15 +00:00
daml-lf-proto Check that contract keys are supported in DAML-LF type checker (#639) 2019-04-24 09:17:15 +00:00
daml-lf-tools Check that contract keys are supported in DAML-LF type checker (#639) 2019-04-24 09:17:15 +00:00
haskell-ide-core Enforce consistent formatting of BUILD files. (#412) 2019-04-12 13:10:16 +02:00
scenario-service use WithTxValue in place of VersionedValue more broadly (#643) 2019-04-24 13:54:41 +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.