concrete functor and monad transformers

#31Stricter Writer

Hi,

I made the packages writer-cps-mtl and writer-transformers-mtl which implement a stricter writer monad transformer in continuation passing style as was discussed before on the Haskell mailing list etc

See also the current reddit discussion:

https://www.reddit.com/r/haskell/comments/50hf2s/stricter_writert_and_rwst_replacements/

and the mtl issue on github:

https://github.com/ekmett/mtl/issues/38

Daniel