diff options
-rw-r--r-- | docs/users_guide/exts/template_haskell.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/template_haskell.rst b/docs/users_guide/exts/template_haskell.rst index 7998ceda86..d4e298cf11 100644 --- a/docs/users_guide/exts/template_haskell.rst +++ b/docs/users_guide/exts/template_haskell.rst @@ -11,7 +11,7 @@ Haskell <http://research.microsoft.com/~simonpj/papers/meta-haskell/>`__" The `Template Haskell <http://www.haskell.org/haskellwiki/Template_Haskell>`__ page on the GHC Wiki has a wealth of information. You may also consult the -:th-ref:`Haddock reference documentation <Language.Haskell.TH.>`. +Haddock reference documentation :th-ref:`Language.Haskell.TH.`. Many changes to the original design are described in `Notes on Template Haskell version 2 <https://www.haskell.org/ghc/docs/papers/th2.ps>`__. |