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

Bit operations #85

Merged
merged 4 commits into from
Feb 6, 2021
Merged

Bit operations #85

merged 4 commits into from
Feb 6, 2021

Conversation

konn
Copy link
Contributor

@konn konn commented Jun 7, 2018

This pull-request implements bit-wise operations for integers.

@nekketsuuu
Copy link
Contributor

Side comment: As you know, OCaml Pervasive's corresponding bitwise operations are (lsl), (lsr), (lxor), (land), (lor) and lnot. (This comment is just a note to gfngfn. I don't think we must use the same names. The naming convention of primitives is somehow bikeshed.)

@gfngfn gfngfn merged commit 2e1bf09 into gfngfn:master Feb 6, 2021
@gfngfn
Copy link
Owner

gfngfn commented Feb 6, 2021

I’m so sorry for the extremely late response… Although the naming of the primitives may still have room for consideration, I would like to merge this PR for now, since it will be better to provide there functionalities than not, regardless of what names they have.

It may well be worth reconsidering the naming, however, when breaking changes are made in SATySFi before releasing v0.1.z.

Thank you for the enhancement!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants