patch applied (generics): Fix Derive.hs to avoid recursion in Data instances
1 Apr
2008
1 Apr
'08
1:42 p.m.
Tue Apr 1 06:00:26 PDT 2008 Alexey Rodriguez <mrchebas@gmail.com> * Fix Derive.hs to avoid recursion in Data instances * We only make context for type variables otherwise it generates contexts such as: instance (Data ctx a,Data ctx [a],...) => Data ctx [a] where ... rather than instance (Data ctx a,...) => Data ctx [a] where ... M ./comparison/syb3/Derive.hs -1 +25
6676
Age (days ago)
6676
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexey Rodriguez Yakushev