daml/compiler/damlc/daml-prim-src
Moritz Kiefer 7124479647
Add subtract to the daml-stdlib (#4523)
changelog_begin

- [DAML Standard Library] Add a ``subtract`` function which is useful
  as a replacement for sections of ``(-)``, e.g., ``subtract 1`` is
  equivalent to ``\x -> x - 1``.

changelog_end
2020-02-14 13:55:47 +00:00
..
Control/Exception update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
DA Translate unsupported kinds to a special Erased type (#4474) 2020-02-12 09:03:19 +01:00
Data update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
GHC Add subtract to the daml-stdlib (#4523) 2020-02-14 13:55:47 +00:00
BUILD.bazel update copyright notices to 2020 (#3939) 2020-01-02 21:21:13 +01:00
LibraryModules.daml Translate unsupported kinds to a special Erased type (#4474) 2020-02-12 09:03:19 +01:00