Re-export hoistMaybe
from transformers
#253
Labels
type:fix
Code is modified, but without breaking changes or new definitions. Not necessary a bug fix.
Milestone
At the moment, we're defining
hoistMaybe
inUniversum.Monad.Trans
.However,
transformers
also introduced ahoistMaybe
function in 0.6.0.0. We should just re-export it.We shouldn't do this now though. Even recent LTSs are still using older versions of
transformers
. LTS 18.28 usestransformers-0.5.6.2
. Let's do this whentransformers >= 0.6.0.0
gains widespread adoption.The text was updated successfully, but these errors were encountered: