daml/daml-script
Moritz Kiefer 6b536805bc Expose conversion from Ast.Type to iface.Type (#3511)
* Expose conversion from Ast.Type to iface.Type

This allows me to get rid of the duplicated conversion logic for DAML
script. The reason for why I can’t use the higher level APIs provided
by the interface reader is that the type of the script identifier can
be a function which is not serializable and therefore does not show up
in the interface. However, I only want to translate the type of the
argument of that function which is serializable.

* Update daml-lf/interface/src/main/scala/com/digitalasset/daml/lf/iface/reader/InterfaceReader.scala

Co-Authored-By: Stephen Compall <stephen.compall@daml.com>
2019-11-18 18:22:50 +00:00
..
daml Add submitMustFail to DAML script (#3510) 2019-11-18 17:05:55 +01:00
runner Expose conversion from Ast.Type to iface.Type (#3511) 2019-11-18 18:22:50 +00:00
test Add submitMustFail to DAML script (#3510) 2019-11-18 17:05:55 +01:00