Changes to Typeable

Felipe Almeida Lessa felipe.lessa at gmail.com
Wed Oct 3 14:30:27 CEST 2012


On Wed, Oct 3, 2012 at 9:17 AM, José Pedro Magalhães <jpm at cs.uu.nl> wrote:
> I think I agree, but, then again, I have never written my own Typeable
> instances.

I've only manually implemented Typeable instances where GHC couldn't
derive one due to some extension.  If GHC was able to derive Typeable
instances for all data types, I'd really love to have an automatic
Typeable instance everywhere.

My 2¢, =)

-- 
Felipe.



More information about the Libraries mailing list