Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6a1c0fe4
Commit
6a1c0fe4
authored
Jul 03, 2003
by
simonpj
Browse files
[project @ 2003-07-03 14:32:30 by simonpj]
Add pointer to TH home page
parent
5bb5efc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/docs/users_guide/glasgow_exts.sgml
View file @
6a1c0fe4
...
...
@@ -3177,11 +3177,13 @@ instances is most interesting.
<sect1 id="template-haskell">
<title>Template Haskell</title>
<para>Template Haskell allows you to do compile-time meta-programming in Haskell. The background
the main technical innovations are discussed in "<ulink
<para>Template Haskell allows you to do compile-time meta-programming in Haskell. There is a "home page" for
Template Haskell at <ulink url="http://www.haskell.org/th/">
http://www.haskell.org/th/</ulink>, while
the background to
the main technical innovations is discussed in "<ulink
url="http://research.microsoft.com/~simonpj/papers/meta-haskell">
Template Meta-programming for Haskell</ulink>", in
Proc Haskell Workshop 2002.
Template Meta-programming for Haskell</ulink>" (Proc Haskell Workshop 2002).
</para>
<para> The first example from that paper is set out below as a worked example to help get you started.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment