-
Notifications
You must be signed in to change notification settings - Fork 7
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 a BindLeft
type class
#12
Comments
Wouldn't you also need to define an |
@JordanMartinez Yes, my formulation above is incorrect. Biapplicative isn't appropriate for this. |
Ran across this today as I was looking for a |
Maybe this would be better moved to the 'qualified do' package? |
I don't think it necessarily needs qualified do to be useful, just the existence of the operation at all would be good! But it might also be good to provide a qualified do. |
This is a generalized, type-changing
catch
operation, which is useful for things likeEither
, and also lets you implement aMonad
instance forFlip
.The text was updated successfully, but these errors were encountered: