diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-09-08 11:31:44 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-09-12 12:15:28 -0400 |
commit | b451feff269562830e3ca727665ba19a0252d371 (patch) | |
tree | 65652332e65658fcf36a5865684b5257f814a81e /docs | |
parent | 35086d4dcc624c6022902c420e5dd61ee6414e30 (diff) | |
download | haskell-b451feff269562830e3ca727665ba19a0252d371.tar.gz |
users_guide: #8761 is now fixed
Remove a leftover note in the users guide claiming that TH doesn't
support pattern synonyms.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index 78b5b0fa32..bfe4dfc6fa 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. |