packages feed

dhall-1.19.0: tests/parser/success/annotationsB.dhall

[
  26,
  [
    8,
    {
      "foo": [
        3,
        7,
        [
          3,
          7,
          [
            4,
            "Integer"
          ],
          [
            4,
            null,
            [
              15,
              1
            ],
            [
              15,
              2
            ],
            [
              15,
              3
            ]
          ]
        ],
        [
          4,
          null,
          [
            15,
            1
          ],
          [
            15,
            2
          ],
          [
            15,
            3
          ]
        ]
      ],
      "bar": [
        5,
        "Integer"
      ],
      "baz": [
        5,
        "Integer",
        [
          15,
          1
        ]
      ]
    }
  ],
  [
    7,
    {
      "foo": [
        0,
        "List",
        "Integer"
      ],
      "bar": [
        0,
        "Optional",
        "Integer"
      ],
      "baz": [
        0,
        "Optional",
        "Integer"
      ]
    }
  ]
]