-
Notifications
You must be signed in to change notification settings - Fork 242
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
Missing Monoid for Maybe and Add Point #845
Comments
I'm planning to have a go at this issue. Could you explain what the first-just operator refers to? |
|
If I'm not mistaken, it seems to be that the |
Update CHANGELOG
So... should this issue now be closed, since #1751 and @lexvanderstoep 's observation above? |
It feels like there is nothing left to do for this particular issue, so that keeping it open does not help us? |
@JacquesCarette i agree, but had been leaving this open for someone to reach the same conclusion... |
For Maybe: empty is nothing and append is the first-just.
For Add.Point, empty is nothing and append is assuming the set we added a point to is a semigroup.
The text was updated successfully, but these errors were encountered: