Closed sohum2002 closed 7 years ago
Thanks for your contribution @sohum2002 . I'll check it ASAP
@dgouyette I've made some changes as per your comments, thanks for that! Regarding Monoid's, I'm not too sure how they are used in Scala, will look into it.
EDIT: I did a quick search on Monoids and don't think it's suitable to implement this for Monoids.
Thank you @loicdescotte for your comments to help improve my pull request. I made the changes you recommended, so when you're free please take a look! Looking forward to it :)
@sohum2002 Monoids provide a zero element. So i think , that would help http://eed3si9n.com/learning-scalaz/Monoid.html because orEmpty give us a zero element for a given type
@dgouyette Monoids look like an interesting implementation for hamsters project. However, I think this should be separated out into another issue/feature request? Let me know what you think!
Nice, thanks :)
Can you git rebase (squash) your branch before the merge, so we have a single commit for this ?
@loicdescotte Squashed and ready to merge :)
Thanks!