[Haskell-cafe] Re: Strafunski
Bulat Ziganshin
bulat.ziganshin at gmail.com
Mon Apr 3 11:52:34 EDT 2006
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:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list