supermonad v0.2.1.1 Release Notes
Release Date: 2018-05-07 // over 6 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.2.0
-
- Introduced super-applicatives through the
Applicative
class. This is a natural broadening of our approach. - ๐ Renamed the constrained
CFunctor
toFunctor
so it can act as a drop in replacement for the standard functor type class. - ๐ Introduced support for superarrows through the
ArrowArr
,ArrowSequence
,ArrowSelect
andArrowCombine
type classes.- Added
ebba
examples that uses superarrows.
- Added
- ๐ Restructure modules to put common plugin code into a module that is not associated with supermonad or superarrows specifically. The old modules are still provided so that people coming from the paper can still rely on those instructions.
- ๐ Fixed effect monad examples by using the new version of the
effect-monad
package that supports GHC 8+. - ๐ Generalized and fixed issue with the constrained
WrappedMonad
instances.
- Introduced super-applicatives through the