Hello Christopher,

the trick is that there is another approach to generics, largely based
on the Strafunski. it's named "scrap your boilerplate!" (SYB) and it's
implementation is included in ghc. you can find 3 SYB papers and it
seems better to just learn and use this approach to generic
programming instead of Strafunski. in this case you will got
automatic Typeable derivation, among other things

-- 
Best regards,
 Bulat                            mailto:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to