can-i-haz v0.3.1.0 Release Notes
Release Date: 2019-12-15 // about 5 years ago-
- ➕ Add
liftMaybe
utility function toControl.Monad.Except.CoHas
.
- ➕ Add
Previous changes from v0.3.0.0
-
- Reexport
Control.Monad.Reader
from theControl.Monad.Reader.Has
module with customask
,asks
andreader
functions more compatible with theHas
class. - Similarly for
Control.Monad.Except
,CoHas
andthrowError
/liftError
functions.
- Reexport