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

core: Add _Top interface to support inverting boolish #1582

Closed
wants to merge 1 commit into from

Conversation

tk0miya
Copy link
Contributor

@tk0miya tk0miya commented Oct 24, 2023

To support inverting boolish values, adds a new interface _Top that provides ! operator.

refs: soutaro/steep#939

To support inverting boolish values, adds a new interface `_Top` that
provides `!` operator.

refs: soutaro/steep#939
@soutaro
Copy link
Member

soutaro commented Oct 26, 2023

The behavior is only for Steep (at least for now), so I didn't plan to add the interface to RBS...
I'm thinking if it makes more sense.

@tk0miya
Copy link
Contributor Author

tk0miya commented Oct 26, 2023

Agreed. But I can't find a better place to add such a type in the Steep repo.
Is there any good place?

Anyway, this is not a good choice. So I'm withdrawing now.

@tk0miya tk0miya closed this Oct 26, 2023
@tk0miya tk0miya deleted the support_inverting_boolish branch October 26, 2023 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants