Template Haskell Tutorial

Hi, I've been diving into Template Haskell recently and thought to write down what I've learned. The result hopes to be a practical, example-driven introduction to Template Haskell's main features: https://wiki.haskell.org/A_practical_Template_Haskell_Tutorial I hope it serves others new to Template Haskell. It's all on the Haskell wiki, so feedback and improvements are welcome! Cheers, Dominik.

The section describing the TH data types, followed by yoru explanation
of splicing and quoting is written really well. I think you need to
call them out in a separate section. If I didn't know TH, I would find
that section really illuminating.
Didn't have time to read the rest but nice start!
On Wed, May 11, 2016 at 3:49 AM, Dominik Bollmann
Hi,
I've been diving into Template Haskell recently and thought to write down what I've learned. The result hopes to be a practical, example-driven introduction to Template Haskell's main features:
https://wiki.haskell.org/A_practical_Template_Haskell_Tutorial
I hope it serves others new to Template Haskell. It's all on the Haskell wiki, so feedback and improvements are welcome!
Cheers, Dominik. _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
participants (2)
-
Dominik Bollmann
-
Justin Bailey