[GHC] #8776: Displaying pattern synonym for a GADT
GHC
ghc-devs at haskell.org
Thu Feb 13 23:02:24 UTC 2014
#8776: Displaying pattern synonym for a GADT
-------------------------------------+------------------------------------
Reporter: monoidal | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by monoidal):
We don't even need full GADTs:
{{{
data A x y = (Num x, Eq y) => B
pattern P = B
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8776#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list