-
-
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
FreeT.inject helper function #1534
Labels
Comments
Is this issue still open? If so, what exactly is required? I'd like to contribute. :) |
valydia
added a commit
to valydia/cats
that referenced
this issue
Feb 11, 2018
valydia
pushed a commit
to valydia/cats
that referenced
this issue
Mar 7, 2018
valydia
pushed a commit
to valydia/cats
that referenced
this issue
Mar 7, 2018
kailuowang
pushed a commit
that referenced
this issue
Mar 16, 2018
Seems to have been fixed by #2169 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a project I am using FreeT with multiple algebras, I noticed that there is no helper functions to inject an algebra into a coproduct of algebras for free transformers, so I wrote one similar to the Free.inject like this:
It is working and I was wondering if this is a good contribution to the library.
Cheers! :)
The text was updated successfully, but these errors were encountered: