
7 May
2014
7 May
'14
12:54 p.m.
* Herbert Valerio Riedel
Btw, as I can't think of an example right now, what would be an example for code that works with transformers-0.4.0.0 but wouldn't compile anymore with transformers-0.4.1.0?
{-# LANGUAGE RecordWildCards #-} import qualified Control.Monad.Trans.Identity as I I.Identity {..} = I.Identity () runIdentity = () (untested, but I think it does the trick) Roman