@ssanj Bzzt, Either is a monad in Scala. Either[T, _] specifically. It's just not implemented.
-
-
@dibblego from what you've just said, I don't know what that is. I might have to pick your brain when I see you next.#monadwhyuhateme -
@ssanj A monad is any of: trait Monad[F[_]] extends Functor[F] { def bind[A, B](f: A => F[B]): F[A] => F[B]; def unit[A]: A => F[A] } - Show replies
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.