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

Make E subtype of Throwable #20

Open
Widar91 opened this issue Dec 7, 2017 · 3 comments
Open

Make E subtype of Throwable #20

Widar91 opened this issue Dec 7, 2017 · 3 comments

Comments

@Widar91
Copy link
Collaborator

Widar91 commented Dec 7, 2017

No description provided.

@VledicFranco VledicFranco modified the milestones: 0.1.1, 0.2.0 Dec 9, 2017
@VledicFranco
Copy link
Owner

There is also a bigger discussion to be solved In issue #7

@kolov
Copy link
Contributor

kolov commented Dec 19, 2017

E is not necessarily a Throwable, in fact I use it with E being something like Error(code: Stong, msg: String)

@VledicFranco
Copy link
Owner

The thing is that this may be the only way of implementing the Effect[F[_]] typeclass from cats effect, Effect extends eventually from MonadError by setting the error to Throwable :/

@VledicFranco VledicFranco removed this from the 0.2.0 milestone Dec 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants