daml/daml-lf/language
Moritz Kiefer 1703a517de Implement AnyTemplate DAML-LF type on the Scala side (#2905)
* Implement AnyTemplate DAML-LF type on the Scala side

This is the first part of
https://github.com/digital-asset/daml/issues/2876. The PR adds
AnyTemplate to Speedy and to the internal expression representation
and adapts all the relevant infrastructure (e.g., the typechecker) and
the tests.

It does not yet change the protobuf representation, the Haskell side
or the spec. I’ll update the spec together with changing the protobuf.

* Add comments to SBToAnyTemplate and SBFromAnyTemplate

* Address some comments from Remy

* Only allocate TBuiltin(BTAnyTemplate) once
2019-09-16 10:54:52 +00:00
..
src Implement AnyTemplate DAML-LF type on the Scala side (#2905) 2019-09-16 10:54:52 +00:00
BUILD.bazel update copyright notices (#2499) 2019-08-13 17:23:03 +01:00
daml-lf.bzl ledger-api-test: cleanning a bit the build files (#2613) 2019-08-22 13:32:41 +02:00