Christiaan Baaij wrote: > mapM conT :: [Name] -> Q [Type] :: [Name] -> Q [Pred] :: [Name] -> CxtQ > > Those `Name`s are Class names, which are Type constructors, hence `conT`
Thanks Christiaan, thats got it for me. I'll update the migration guide as well. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
