-
Notifications
You must be signed in to change notification settings - Fork 57
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
Getting rid of CNil
#96
Comments
Please do not replace Here with |
@ExpHP Ah right; sounds like a good idea =) |
Interesting; I guess the empty enum trick has fallen out of fashion :)
|
Yeah, I think we should wait until it is stabilised. |
This is a follow up issue to #93.
I think we should get rid of special uninhabited types unless we have a particularly good reason to keep them. The standard library is in the process of getting rid of
Infallible
and other uninhabited types.So I think we should replace
CNil
andHere
with just!
.Thoughts?
The text was updated successfully, but these errors were encountered: