-
Notifications
You must be signed in to change notification settings - Fork 95
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
Auto-summonable optics instances for Errors
#276
Conversation
Upcast
instance for Raise
autosummon.Upcast
instance for `Raise.
Upcast
instance for `Raise.Upcast
instance for Raise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also make Subset[E, E1] auto-summonable?
@catostrophe , what are the use cases where It seems that whenever we can auto-derive |
|
And we cannot share |
Upcast
instance for Raise
Errors
@@ -0,0 +1,84 @@ | |||
package tofu.examples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest narrowing package namespace. Otherwise classes from different examples may clash.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@catostrophe, can you be more specific?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@oskin1 Sorry. This doesn't seem to be an issue. I meant classes in the tofu.examples
package in different modules might clash.
No description provided.