FirelyTeam / firely-cql-sdk

BSD 3-Clause "New" or "Revised" License
28 stars 16 forks source link

Tuple types with different element ordres being treated as distinct types #442

Closed EvanMachusak closed 1 month ago

EvanMachusak commented 1 month ago
library ListTest version '1.0.0'

define private L: { Tuple { b: 2, a: 1 }, Tuple { a: 1, b: 2 } }

This type of L is List<System.Any> because we are treating these tuples as different types.

baseTwo commented 1 month ago

Demo projects didn't build, work rolled back in PR #437