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

Rename symbolic operators #158

Merged
merged 3 commits into from
Jan 6, 2024
Merged

Rename symbolic operators #158

merged 3 commits into from
Jan 6, 2024

Conversation

lsrcz
Copy link
Owner

@lsrcz lsrcz commented Jan 6, 2024

This pull request renames several symbolic operators:

  • &&~ is renamed to .&&.
  • ||~ is renamed to .||.
  • xors is renamed to symXor.
  • nots is renamed to symNot.
  • implies is renamed to symImplies.
  • ==~ is renamed to .==.
  • /=~ is renamed to ./=.
  • <~ is renamed to .<.
  • <=~ is renamed to .<=.
  • >~ is renamed to .>.
  • >=~ is renamed to .>=.
  • #~ is renamed to .#.

These changes make the naming scheme more consistent, avoid name clashes with lens operators, and could benefit the resolution of #116.

@lsrcz lsrcz merged commit 389f08c into main Jan 6, 2024
25 of 38 checks passed
@lsrcz lsrcz deleted the rename-symbolic-operators branch February 17, 2024 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant