concrete functor and monad transformers
#46Minor grammar issue in comment
At the top of the Control.Monad.Trans.Except file it says
"This monad transformer extends a monad with the ability throw exceptions."
which should be
"This monad transformer extends a monad with the ability to throw exceptions."
Cheers