-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a BBE on singleton types #9308
Add a BBE on singleton types #9308
Comments
We have a BBE on type definitions now https://ballerina.io/learn/by-example/type-definitions. Also since the spec doesn't explicitly mention "finite" types, do we still need a separate BBE for this? @pubudu91, thoughts please? |
Yeah, don't need a separate BBE for this. But the new union example isn't illustrative enough to cover this case. Unsure whether a BBE is the place for it or whether a more comprehensive language guide would be more suitable for such details. |
I think we can have one on singleton types and include unions that have singletons too. |
Currently, there isn't an example on finite types in BBE
The text was updated successfully, but these errors were encountered: