mauke / data-default

A class for types with a default value
45 stars 16 forks source link

Add Default instances for 6- and 7-tuples #3

Closed jaspervdj closed 11 years ago

jaspervdj commented 11 years ago

This seems a bit silly but an instance for 6-tuples would be kind of useful for an app I'm working on, it would at least allow me throw away a newtype. I also added an instance for 7-tuples since many base functions and classes seem to go up to 7 (e.g. zipWith7, Data.Data).