mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
1703a517de
* 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 |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
daml-lf.bzl |