dhall-1.14.0: tests/typecheck/mergeEquivalenceA.dhall
let Foo = < Bar : {} | Baz : {} >
in λ(a : Type)
→ λ(f : {} → a)
→ λ(ts : Foo)
→ merge { Bar = λ(a : {}) → f a, Baz = f } ts
let Foo = < Bar : {} | Baz : {} >
in λ(a : Type)
→ λ(f : {} → a)
→ λ(ts : Foo)
→ merge { Bar = λ(a : {}) → f a, Baz = f } ts