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

ArrayType#sort should pass microstates to comparer instead of value #346

Open
taras opened this issue Apr 6, 2019 · 0 comments
Open

ArrayType#sort should pass microstates to comparer instead of value #346

taras opened this issue Apr 6, 2019 · 0 comments
Labels

Comments

@taras
Copy link
Member

taras commented Apr 6, 2019

map & filter transitions pass context-free microstates to their callbacks to ensure that the user is able to use the full capability of a type in the map/filter operation. This allows using getters in these functions if necessary. Array#sort should behave the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant