From 6a1c0fe47df680789eac5b3e36bdb89fab48323a Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 3 Jul 2003 14:32:30 +0000 Subject: [PATCH] [project @ 2003-07-03 14:32:30 by simonpj] Add pointer to TH home page --- ghc/docs/users_guide/glasgow_exts.sgml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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. -- 1.7.10.4