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

hoistError' and hoistErrorM' #11

Merged
merged 1 commit into from
Dec 16, 2024
Merged

hoistError' and hoistErrorM' #11

merged 1 commit into from
Dec 16, 2024

Conversation

lrworth
Copy link

@lrworth lrworth commented Dec 16, 2024

Resolves alephcloud#11.

@tonymorris tonymorris merged commit 10fd85c into qfpl:master Dec 16, 2024
0 of 7 checks passed
@lrworth
Copy link
Author

lrworth commented Dec 16, 2024

I opened an issue on https://github.com/alephcloud/hs-hoist-error because that is the repo linked from https://hackage.haskell.org/package/hoist-error. Maybe we should update that to point here?

@endgame
Copy link

endgame commented Dec 16, 2024

Yeah, I think the QFPL repo is the primary home these days.

Comment on lines -64 to -68
-- @
-- 'hoistFailM'' :: 'MonadFail' m => m ('Maybe' a) -> m a
-- 'hoistFailM'' :: 'MonadFail' m => m ('Either' a b) -> m b
-- 'hoistFailM'' :: 'MonadFail' m => 'ExceptT' a m b -> 'ExceptT' a m b
-- @
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping these might be a good idea? I think they also need to mention String.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hoistError' and hoistErrorM'
3 participants