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

Helping out? #80

Open
sacsar opened this issue May 27, 2016 · 4 comments
Open

Helping out? #80

sacsar opened this issue May 27, 2016 · 4 comments

Comments

@sacsar
Copy link

sacsar commented May 27, 2016

I'd be interested in helping out with this. At this point, I'm probably best suited to simpler tasks like the person from #70. Do you have any low hanging fruit on your wishlist, either here or in subhask?

@mikeizbicki
Copy link
Owner

If there's something you're specifically interested in, I can help you out with that. Otherwise, there's dozens of FIXME annotations in the subhask code. They have varying difficulty from really easy to really hard. You could pick one or two that interest you and I could help you get started with them.

@sacsar
Copy link
Author

sacsar commented Jun 5, 2016

So there are two that I think I might be able to tackle:
There are two of these for semigroups:

FIXME: this should be in the Monoid class, but putting it there requires a lot of changes to Eq

It sounded like that might be low-hanging fruit, but it looks like maybe you'd need to override Data.Eq or something. (Or should the Eq in those comments be Eq_?)

With a bit of guidance to get going, I could likely tackle this one:

FIXME: add the axioms for intuitionist logic, which are theorems based on these laws

@mikeizbicki
Copy link
Owner

FIXME: this should be in the Monoid class, but putting it there requires a lot of changes to Eq

It sounded like that might be low-hanging fruit, but it looks like maybe you'd need to override Data.Eq or something. (Or should the Eq in those comments be Eq_?)

This one I have taken care of in another branch that. It just needs a bit more tweaking until it gets merged.

With a bit of guidance to get going, I could likely tackle this one:

FIXME: add the axioms for intuitionist logic, which are theorems based on these laws

That'd be awesome :)

I honestly don't know too much about intuitionist logic, but maybe these links can get you started: https://en.wikipedia.org/wiki/Heyting_algebra#Heyting_algebras_as_applied_to_intuitionistic_logic, https://en.wikipedia.org/wiki/Intuitionistic_logic#Heyting_algebra_semantics

@sacsar
Copy link
Author

sacsar commented Jun 9, 2016

I don't know much either, but I can chase definitions.

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

No branches or pull requests

2 participants