On Mon, Jan 19, 2009 at 01:03:55PM -0800, Daryoush Mehrtash wrote:

>     lift m   = ReaderT $ \_ -> m
>     return a = ReaderT $ \_ -> return a

If you look carefully you will see that these are not the same.

-Brent
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to