Open jonniediegelman opened 1 year ago
Please use $(Fruit.APPLE)
. The escape syntax is used to refer to general expressions or values defined elsewhere.
This was an intentional change in 2.0. I will make sure we document this as a known breaking change.
The 2.0 update broke patterns that look like
a.b
. Having these patterns is useful for working withEnumX
enums because they have to be accessed through their generated module.With Match@1.2.0:
With Match@2.0.0: