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

Change Effectful to fx and move to core / also move possible error syntax to core #352

Closed
kevin-lee opened this issue Jan 18, 2022 · 0 comments · Fixed by #353
Closed

Change Effectful to fx and move to core / also move possible error syntax to core #352

kevin-lee opened this issue Jan 18, 2022 · 0 comments · Fixed by #353
Assignees
Labels
task Task v2 Effectie v2
Milestone

Comments

@kevin-lee
Copy link
Owner

Task

Summary

Change Effectful to fx and move to core / also move possible error syntax to core

Project Details

Version:

Description

So it should like

import effectie.syntax.fx._
import effectie.syntax.error._

effectOf[F](a) // F[A]
  .catchNonFatal(err => SomeError(err)) // F[Either[SomeError, A]]
@kevin-lee kevin-lee added task Task v2 Effectie v2 labels Jan 18, 2022
@kevin-lee kevin-lee added this to the milestone23 milestone Jan 18, 2022
@kevin-lee kevin-lee self-assigned this Jan 18, 2022
kevin-lee added a commit that referenced this issue Jan 19, 2022
kevin-lee added a commit that referenced this issue Jan 19, 2022
kevin-lee added a commit that referenced this issue Jan 19, 2022
Close #352 - Change Effectful to fx and move to core / also move possible error syntax to core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Task v2 Effectie v2
Projects
None yet
1 participant