[commit: ghc] master: users_guide: #8761 is now fixed (b451fef)
git at git.haskell.org
git at git.haskell.org
Mon Sep 12 16:15:41 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b451feff269562830e3ca727665ba19a0252d371/ghc
>---------------------------------------------------------------
commit b451feff269562830e3ca727665ba19a0252d371
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Sep 8 11:31:44 2016 -0400
users_guide: #8761 is now fixed
Remove a leftover note in the users guide claiming that TH doesn't
support pattern synonyms.
>---------------------------------------------------------------
b451feff269562830e3ca727665ba19a0252d371
docs/users_guide/glasgow_exts.rst | 2 --
1 file changed, 2 deletions(-)
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 78b5b0f..bfe4dfc 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -10276,8 +10276,6 @@ The :ghc-flag:`-XTemplateHaskellQuotes` extension is considered safe under
- Recursive ``do``-statements (see :ghc-ticket:`1262`)
- - Pattern synonyms (see :ghc-ticket:`8761`)
-
- Typed holes (see :ghc-ticket:`10267`)
(Compared to the original paper, there are many differences of detail.
More information about the ghc-commits
mailing list