daml/compiler
Martin Huschenbett 8ec03875c6
Lift restriction on serializable contract ids in DAML-LF 1.dev (#1315)
* Lift restriction on serializable contract ids in DAML-LF 1.dev

In DAML-LF 1.dev, make `ContractId a` serializable whenever `a` is
serializable. This is part 2 of #1277.

* Reformat Scala

* Add changelog entry to daml_lf_1.proto
2019-05-22 22:23:59 +02:00
..
daml-lf-ast Lift restriction on serializable contract ids in DAML-LF 1.dev (#1315) 2019-05-22 22:23:59 +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.