packages feed

dhall-1.30.0: dhall-lang/tests/normalization/success/unit/RecordLitTriplicateFieldsA.dhall

{-  This test ensures that an implementation handles more than one duplicate
    field correctly and combines them with the correct order and associativity
-}
  λ(a : { x : Natural })
→ λ(b : { y : Natural })
→ λ(c : { z : Natural })
→ { k = a, k = b, k = c }