an either monad transformer
This provides an `Either` monad transformer that unlike `ErrorT`
is unencumbered by a constraint on its `Left` hand argument.

Maintainer: Matthias Kilian <kili@openbsd.org>

WWW: http://hackage.haskell.org/package/either
