At the moment, the following two instances are listed in the haddocks
for Data.Proxy.Proxy:
Data t => Data (Proxy * t)
Generic (Proxy * t)
Do those instances need to be that restrictive? Would it be possible
to generalize those instances to these?
Data (Proxy k t)
Generic (Proxy k t)
I'm not 100% comfortable with either of those classes, so I'm not sure
if those instances work right, but it seems like they should in a
hand-wavy way.
--
Carl Howells
_______________________________________________
Libraries mailing list
Libraries@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries