Scalaz | Cats |
---|---|
Cobind | CoflatMap |
Bind | FlatMap |
MonadPlus | MonadCombine |
PlusEmpty | MonoidK |
Foldable1 | Reducible |
Plus | SemigroupK |
These | Ior |
Validation | Validated |
/ | Xor |
EitherT | XorT |
FreeAp | FreeApplicative |
ApplicativePlus | Alternative |
InvariantFunctor | Invariant |
Bimonad | |
MonadFilter |
Last active
December 28, 2015 00:40
-
-
Save xuwei-k/95217804f818b45ec8e9 to your computer and use it in GitHub Desktop.
thanks. fixed
Does anybody think the scataz repo is an idea worth turning into a serious project? My gut feeling is it could be useful for gradual migration, but not something I'd want on a classpath long term.
Project or no, I appreciate this mapping. :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typo: "Reduciable" should be "Reducible"