packages feed

dhall-json-1.4.1: tasty/data/nesting2.dhall

let Example = < Left : { foo : Natural } | Middle | Right : { bar : Bool } >

let Nesting = < Inline | Nested : Text >

in  { field    = "name"
    , nesting  = Nesting.Inline
    , contents = Example.Middle
    }