Strange curried case class constructor behaviour

https://scala-lang.org/files/archive/spec/2.13/05-classes-and-objects.html#case-classes

The formal parameters in the first parameter section are called elements and are treated specially.

5 Likes