daml/daml-lf/interface
Robin Krom 3115d104aa
daml script interfaces (#11124)
* interfaces: introduce TemplateOrInterface class in stdlib

The template typeclass is to strong for many applications. The new
constraint `TemplateOrInterface` only contains the methods to convert
contract IDs and choices.

CHANGELOG_BEGIN
CHANGELOG_END

* ghc-lib update, interface script tests

* pinned stackage on unix

* added missing implementation in preprocessor

* added test

* fixing tests

* remove Iface type

* pinned stackage windows

* make sure createAndExercise is not called on interfaces
2021-10-11 18:22:40 +02:00
..
src daml script interfaces (#11124) 2021-10-11 18:22:40 +02:00
BUILD.bazel Fix NonUnitStatements in daml-lf code (#11145) 2021-10-11 14:54:33 +01:00