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

maybeToExceptT #118

Open
BebeSparkelSparkel opened this issue Jan 9, 2020 · 0 comments
Open

maybeToExceptT #118

BebeSparkelSparkel opened this issue Jan 9, 2020 · 0 comments
Labels
type: enhancement A new feature or addition.

Comments

@BebeSparkelSparkel
Copy link

BebeSparkelSparkel commented Jan 9, 2020

maybeToExceptT seems like a useful feature.

maybeT2ExceptT :: Functor m => e -> MaybeT m a -> ExceptT e m a and

maybe2ExceptT :: e -> Maybe a -> ExceptT e m a

https://hackage.haskell.org/package/transformers-0.5.6.2/docs/Control-Monad-Trans-Maybe.html#v:maybeToExceptT

@JordanMartinez JordanMartinez added the type: enhancement A new feature or addition. label Dec 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A new feature or addition.
Projects
None yet
Development

No branches or pull requests

2 participants