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

Set-Functional should support predicates like is_subset #1

Merged
merged 1 commit into from
Feb 27, 2013
Merged

Set-Functional should support predicates like is_subset #1

merged 1 commit into from
Feb 27, 2013

Conversation

twhaples
Copy link

The following pull request implements the following predicates.

  • is_subset
  • is_superset
  • is_proper_subset
  • is_proper_superset

These predicates each operate on two arrayref sets,
and return a value of 0 or 1 (as opposed to '' or 1).

(The packaging metadata has not been changed with this pull request.)

* is_subset
* is_superset
* is_proper_subset
* is_proper_superset

These predicates each operate on two arrayref sets,
and return a value of 0 or 1 (as opposed to '' or 1).

With @logie17, on behalf of @shutterstock.
aarondcohen added a commit that referenced this pull request Feb 27, 2013
Set-Functional should support predicates like is_subset
@aarondcohen aarondcohen merged commit a50947b into aarondcohen:master Feb 27, 2013
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.

None yet

2 participants