packages feed

dhall-1.42.3: dhall-lang/tests/normalization/success/unit/FunctionApplicationNormalizeArgumentsA.dhall

  λ(f : Bool → Natural)
→ λ(x : Bool)
→ (if True then f else f) (if True then x else x)