[GHC] #13688: Allow splices in definition of pattern synonym
GHC
ghc-devs at haskell.org
Thu May 11 16:20:40 UTC 2017
#13688: Allow splices in definition of pattern synonym
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: bgamari
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Template Haskell | Version: 8.0.1
Resolution: | Keywords:
| PatternSynonyms
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by bgamari):
* owner: (none) => bgamari
@@ -2,0 +2,1 @@
+
New description:
shlevy requests the ability to write,
{{{#!hs
pattern MyUUID = [uuid|dbf20a11-b04a-47a5-a7d6-a6f9ae7ff895|]
}}}
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13688#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list