|
RE: Deriving Typeable instances: msg#00053lang.haskell.glasgow.bugs
On 09 August 2005 17:16, Simon Peyton-Jones wrote: > I'm not against this, although you can work around the problem by > adding a library that defines the missing type classes (Typeable8, > Typeable9 etc), and making your compiler generate the instance > itself. There is nothing magic about 'deriving'; it's just > convenient. If the arity is >7, couldn't we just generate a Typeable instance, rather than the TypeableN instance? It would mean you wouldn't get the benefits of TypeableN, but at least you'd have Typeable. Cheers, Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: --make and -main-is still not working together?, Simon Marlow |
|---|---|
| Next by Date: | RE: queryFdOption broken, Simon Marlow |
| Previous by Thread: | RE: Deriving Typeable instances, Simon Peyton-Jones |
| Next by Thread: | RE: Deriving Typeable instances, Simon Peyton-Jones |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |