[GHC] #14463: Pattern synonym for appliation
GHC
ghc-devs at haskell.org
Tue Nov 14 13:25:09 UTC 2017
#14463: Pattern synonym for appliation
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner: (none)
Type: feature | Status: new
request |
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
Keywords: | Operating System: Unknown/Multiple
PatternSynonyms |
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Does this make sense
{{{#!hs
pattern f :$ x = f x
}}}
where `Just :$ False` is the same as the pattern `Just False`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14463>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list