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

sanctuary-type-identifiers@3.0.0 #128

Merged
merged 1 commit into from
Nov 3, 2019
Merged

Conversation

davidchambers
Copy link
Member

https://github.com/sanctuary-js/sanctuary-type-identifiers/releases/tag/v3.0.0

We wish to update and release sanctuary-type-classes before updating the various ADT packages, because they depend on this package. As a result, this project's test suite will temporarily rely on the fact that Object#fantasy-land/equals happens to correctly determine equality of Identity a, Maybe a, and Pair a b values.

eq (Z.equals (Array.prototype, Array.prototype), true);
delete Maybe['@@type'];
Copy link
Member Author

Choose a reason for hiding this comment

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

This delete statement is required to prevent Maybe from being treated as a member of a type that lacks a fantasy-land/equals method. I will remove it when I upgrade the sanctuary-maybe dependency.

Copy link
Member Author

Choose a reason for hiding this comment

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

@davidchambers davidchambers merged commit 5e91316 into master Nov 3, 2019
@davidchambers davidchambers deleted the davidchambers/type-idents branch November 3, 2019 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant