David Menendez <[email protected]> writes: > On Fri, Mar 26, 2010 at 8:59 PM, Ivan Lazar Miljenovic > <[email protected]> wrote: >> Some definitions and exports got changed, so in 6.12 the (-> a) Monad >> instance is exported whereas in 6.10 it isn't. > > What? From where? > > I thought the whole reason the Monad ((->) a) instance was in > Control.Monad.Instances (instead of Prelude) was to retain > compatibility with the library report.
I forget the specifics, but we had a discussion on this in #haskell a month or so ago: IIRC either the instance definition's location was changed or else it was re-exported by Control.Monad now or something. -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
