packages feed

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

{ foo = 1
, bar = +2
, baz = True
} : { foo : Integer, bar : Natural, baz : Bool }