You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confess that while it is kind of nice, one of the biggest pain points working on the compiler right now is the lack of a clear indicator that something is a constructor, leading to unbound variables with names like Nothing, so I'm somewhat leaning towards letting these die, as they do actively get in the way of things like destructuring assignment.
In Ermine-Scala, a leading
:
can be used for both data constructors and ordinary term names, like so:It would be nice to keep doing this in this Ermine.
The text was updated successfully, but these errors were encountered: