-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
alleycats - Extract[F[_]]
the only way to get the syntax is the deprecated one
#4642
Comments
How can I resolve this issue? I like to contribute; would please provide more details? Should something be added to the documentation? |
@aluscent , thank you for offering your help! If you'd like to, feel free to file a PR. I'd suggest to follow the same code pattern that is used for syntaxes for Personally, I'd probably also consider making Also I believe that some tests that could check the new syntax works as expected would be helpful. But it looks like no one've even bothered writing tests for "alleycats", so it is up to you. But you could be the first one, if you'd like to. |
Dear @satorg thank you for your guidance. I fixed the issue and added Also I want to write test cases for them, but I will need some guidance again. Should I write tests for the whole alleycats-core? Where should I place them - in |
@aluscent you don't have to write all the test for sure. You can if you'd like to, but I'd suggest to arrange all unrelated tests in a separate PR. Regarding the location question – I'm not sure, to be honest. Cats uses the separate I'd say it is safe to assume that we can start with |
The text was updated successfully, but these errors were encountered: