dhall-1.26.0: dhall-lang/tests/normalization/success/unit/RecordProjectionNormalizeArgumentsA.dhall
λ(x : { a : Bool, b : Bool, c : Bool }) → (if True then x else x).{ a, b }
λ(x : { a : Bool, b : Bool, c : Bool }) → (if True then x else x).{ a, b }