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

Numbers redesign #1006

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

abeaumont
Copy link
Member

First 3 commits of the work towards a more extensible numerics are mergeable by themselves.

@@ -241,23 +241,23 @@ define method \^
end if
end method \^;

define function logior (#rest integers) => (logior :: <integer>)
define sealed method logior (#rest integers) => (logior :: <integer>)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Converting logior (and logxor and logand) to sealed method won't change anything, since they have no required arguments, so there is no dispatch happening.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Copy link

@xjswxdx xjswxdx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you

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.

4 participants