[GHC] #12001: RFC: Add pattern synonyms to base
GHC
ghc-devs at haskell.org
Thu Jun 2 11:49:05 UTC 2016
#12001: RFC: Add pattern synonyms to base
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: libraries/base | Version: 7.10.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Iceland_jack):
Not sure if makes sense
=== Control.DeepSeq ===
{{{#!hs
pattern Force :: NFData a => a -> a
pattern Force a <- !(force -> a)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12001#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list