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

Add Semigroup implementation for Maybe #123

Merged
merged 2 commits into from
Oct 2, 2016
Merged

Add Semigroup implementation for Maybe #123

merged 2 commits into from
Oct 2, 2016

Conversation

i-am-tom
Copy link
Contributor

@i-am-tom i-am-tom commented Sep 5, 2016

The concatenation method has been added for the two instances of the Maybe type. Accompanying tests (just QuickChecks for the semigroup laws) have also been added.

I've tried to keep the implementations consistent with the code around them, so let me know if there's anything to change and I'll update!

@buzzdecafe
Copy link
Member

Sorry for the delay. Just need to update the README table for Maybe x Semigroup; otherwise this looks fine to me -- any objections, anyone?

@i-am-tom
Copy link
Contributor Author

i-am-tom commented Oct 1, 2016

Hah, fell at the last hurdle - sorted now! Apparently introduced a merge conflict, though, so sorry about that :(

@buzzdecafe
Copy link
Member

can you please resolve the conflict and amend the commit?

Tom Harding added 2 commits October 1, 2016 23:12
The concatenation method has been added for the two instances of
the Maybe type. Accompanying tests (just QuickChecks for the
semigroup laws) have also been added.
Forgot to add the tick! This commit updates the README to mention
Maybe being a Semigroup.
@i-am-tom
Copy link
Contributor Author

i-am-tom commented Oct 1, 2016

All sorted! :)

@i-am-tom i-am-tom mentioned this pull request Oct 1, 2016
@buzzdecafe
Copy link
Member

Thanks for your patience! This LGTM -- Gonna leave open until tomorrow to allow others to comment should they wish to -- otherwise I will merge then.

@buzzdecafe
Copy link
Member

🐪

@buzzdecafe buzzdecafe merged commit 55061d5 into ramda:master Oct 2, 2016
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.

2 participants