packages feed

dhall-json-1.4.0: tasty/data/nesting0.dhall

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

let Nesting = < Inline | Nested : Text >

in  { field    = "name"
    , nesting  = Nesting.Inline
    , contents = Example.Left { foo = 2 }
    }