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

91-Add-new-cases-to-not-cleaner #103

Merged
merged 1 commit into from
May 10, 2020
Merged

Conversation

jecisc
Copy link
Owner

@jecisc jecisc commented May 10, 2020

Simplify some assertions using not.

Fixes #91

| self assert: x not | self deny: x |
| self deny: x not | self assert: x |
| self assert: x equals: y not | self deny: x equals: y |
| self assert: x not equals: y | self deny: x equals: y |
| self deny: x equals: y not | self assert: x equals: y |
| self deny: x not equals: y | self assert: x equals: y |

Fixes #91


| `self assert: x not` | `self deny: x` |
| `self deny: x not` | `self assert: x` |
| `self assert: x equals: y not` | `self deny: x equals: y` |
| `self assert: x not equals: y` | `self deny: x equals: y` |
| `self deny: x equals: y not` | `self assert: x equals: y` |
| `self deny: x not equals: y` | `self assert: x equals: y` |
@jecisc jecisc merged commit a427ac1 into master May 10, 2020
@jecisc jecisc deleted the 91-Add-new-cases-to-not-cleaner branch March 6, 2023 16:18
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 this pull request may close these issues.

Add new cases to not cleaner
1 participant