dhall-1.26.0: 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)
λ(f : Bool → Natural) → λ(x : Bool) → (if True then f else f) (if True then x else x)