packages feed

dhall-1.27.0: tests/tags/union.dhall

let Element = < Left : Natural | Right : Bool | Middle : < Top : Text | Bottom : Bool> >

let foo = Element.Left 6
in foo