From: simonpj Date: Thu, 3 Jul 2003 14:32:30 +0000 (+0000) Subject: [project @ 2003-07-03 14:32:30 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~707 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6a1c0fe47df680789eac5b3e36bdb89fab48323a;p=ghc-hetmet.git [project @ 2003-07-03 14:32:30 by simonpj] Add pointer to TH home page --- diff --git a/ghc/docs/users_guide/glasgow_exts.sgml b/ghc/docs/users_guide/glasgow_exts.sgml index 38aa5b1..6ac320e 100644 --- a/ghc/docs/users_guide/glasgow_exts.sgml +++ b/ghc/docs/users_guide/glasgow_exts.sgml @@ -3177,11 +3177,13 @@ instances is most interesting. Template Haskell -Template Haskell allows you to do compile-time meta-programming in Haskell. The background -the main technical innovations are discussed in "Template Haskell allows you to do compile-time meta-programming in Haskell. There is a "home page" for +Template Haskell at +http://www.haskell.org/th/, while +the background to +the main technical innovations is discussed in " -Template Meta-programming for Haskell", in -Proc Haskell Workshop 2002. +Template Meta-programming for Haskell" (Proc Haskell Workshop 2002). The first example from that paper is set out below as a worked example to help get you started.