You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Data class is, while not ubiquitous, quite useful in a variety of settings. It would be elementary to add a deriving Data clause to (at least) the types for which Typeable is already derived. Would you accept a pull request doing so?
It seems like it would also be a good idea to derive Generic for most types.
The text was updated successfully, but these errors were encountered:
hvr
added this to the
3.1.12 (API addition) milestone
Jun 22, 2017
The
Data
class is, while not ubiquitous, quite useful in a variety of settings. It would be elementary to add aderiving Data
clause to (at least) the types for whichTypeable
is already derived. Would you accept a pull request doing so?It seems like it would also be a good idea to derive
Generic
for most types.The text was updated successfully, but these errors were encountered: