daml/docs/source/daml-script
Moritz Kiefer 0a6be2b341
Overload submit so that it doesn’t collide with DAML script (#4831)
This introduces a `HasSubmit` typeclass (following the naming scheme
of `HasCreate`, …) and instances for `Scenario` and `Script`. This
avoids the need to hide `submit` in every single DAML script.

changelog_begin

- [DAML Standard Library] ``submit`` and ``submitMustFail`` are now
  overloaded so that they can be used in both scenarios and DAML script.

changelog_end
2020-03-05 15:43:35 +01:00
..
template-root Overload submit so that it doesn’t collide with DAML script (#4831) 2020-03-05 15:43:35 +01:00
index.rst Overload submit so that it doesn’t collide with DAML script (#4831) 2020-03-05 15:43:35 +01:00
participants-example.json Support multi-participant DAML script (#3605) 2019-11-25 12:43:47 +01:00