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

Should GreaterThanEqual and LessThanEqual be removed? #14

Open
justinbmeyer opened this issue Jul 22, 2018 · 0 comments
Open

Should GreaterThanEqual and LessThanEqual be removed? #14

justinbmeyer opened this issue Jul 22, 2018 · 0 comments

Comments

@justinbmeyer
Copy link
Contributor

new is.GreaterThanEqual(5)

is technically the same thing as:

new is.Or([ new is.GreaterThan(5), new is.In([5]) )

I'm not sure what simplifications exist due to this understanding, but I'm betting there are many.

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

No branches or pull requests

1 participant