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

Add Free.liftK, Free.liftId #3707

Closed
kubukoz opened this issue Dec 7, 2020 · 2 comments
Closed

Add Free.liftK, Free.liftId #3707

kubukoz opened this issue Dec 7, 2020 · 2 comments
Labels
good first issue Issues that are easier to take on for first time contributors

Comments

@kubukoz
Copy link
Member

kubukoz commented Dec 7, 2020

I think these would be quite useful:

def liftK[F[_]]: F ~> Free[F, *]

def liftId[F[_]]: Id ~> Free[F, *]
@djspiewak djspiewak added the good first issue Issues that are easier to take on for first time contributors label Dec 7, 2020
@phongngtuan
Copy link
Contributor

Hi, can I pick this one up?

@kubukoz
Copy link
Member Author

kubukoz commented Dec 9, 2020

Go ahead ;)

larsrh added a commit that referenced this issue Dec 19, 2020
Add missing Free.liftK and Free.liftId #3707
@larsrh larsrh closed this as completed Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issues that are easier to take on for first time contributors
Projects
None yet
Development

No branches or pull requests

4 participants