dhall-1.42.3: tests/tags/union.dhall
let Element = < Left : Natural | Right : Bool | Middle : < Top : Text | Bottom : Bool> > let foo = Element.Left 6 in foo
let Element = < Left : Natural | Right : Bool | Middle : < Top : Text | Bottom : Bool> > let foo = Element.Left 6 in foo