Skip to content
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 curried versions of === and !== #36163

Open
non-Jedi opened this issue Jun 5, 2020 · 0 comments
Open

Add curried versions of === and !== #36163

non-Jedi opened this issue Jun 5, 2020 · 0 comments

Comments

@non-Jedi
Copy link
Contributor

non-Jedi commented Jun 5, 2020

The other day I found myself wishing I could do ===(nothing) in the same way as we can currently do ==(5). This isn't straightforward to add since === is a builtin function rather than generic. And I'm not sure if its desirable to make === generic since it's not something you really want people to override (related #32844).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant