dhall-1.31.0: dhall-lang/tests/normalization/success/unit/WithChainedA.dhall
{- This test verifies that an implementation correctly handles chained
`with` expressions
-}
{ a = 1 } with b = 2 with c = 3
{- This test verifies that an implementation correctly handles chained
`with` expressions
-}
{ a = 1 } with b = 2 with c = 3