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
In atom Enumerations you write: type Level = Value and val /*...*/ Empty = Value. This made me wonder how you can assign a type to a val! It would be helpful to explain that class Value also has a method Value.
The text was updated successfully, but these errors were encountered:
In atom Enumerations you write:
type Level = Value
andval /*...*/ Empty = Value
. This made me wonder how you can assign a type to a val! It would be helpful to explain that class Value also has a method Value.The text was updated successfully, but these errors were encountered: