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

Functor, Monad and Foldable for any kind of map #111

Merged
1 commit merged into from
Oct 20, 2015
Merged

Conversation

alesya-h
Copy link
Contributor

Given array-map is just an optimization for hash-maps with small number of items and preserving order is incidental, this updates Functor, Monad and Foldable implementation I did for array-map dropping constraint for key order and extending it to any kind of map.

@niwinz niwinz assigned ghost Oct 20, 2015
@niwinz
Copy link
Member

niwinz commented Oct 20, 2015

Nice work! @dialelo please review it.

@ghost
Copy link

ghost commented Oct 20, 2015

Excellent, thanks a lot @alesguzik!

ghost pushed a commit that referenced this pull request Oct 20, 2015
Functor, Monad and Foldable for any kind of map
@ghost ghost merged commit a105621 into funcool:master Oct 20, 2015
@alesya-h
Copy link
Contributor Author

Guys, would you be so kind to push a snapshot version? lein install don't quite work with dockerized deployment and I don't want to create one more project fork on clojars.

@niwinz
Copy link
Member

niwinz commented Oct 21, 2015

Done: "1.1.0-SNAPSHOT"

@alesya-h
Copy link
Contributor Author

Thanks!

This pull request was closed.
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.

2 participants