daml/ledger-service/utils
Stephen Compall 4cd419623a
replace traverseU and sequenceU with traverse and sequence (#6594)
* replace traverseU and sequenceU with traverse and sequence

- with -Ypartial-unification on, the extra Unapply typeclass lookup is
  unnecessary

* no changelog

CHANGELOG_BEGIN
CHANGELOG_END

* limit imports; we only need *> and void
2020-07-07 15:01:58 +00:00
..
src/main/scala/com/digitalasset replace traverseU and sequenceU with traverse and sequence (#6594) 2020-07-07 15:01:58 +00:00
BUILD.bazel use daml-lf scalacopts for ledger-service (#6569) 2020-07-02 13:58:41 +00:00