[GHC] #11332: APIAnnotations: AnnDotDot missing for Pattern Synonym export
GHC
ghc-devs at haskell.org
Fri Jan 1 19:25:44 UTC 2016
#11332: APIAnnotations: AnnDotDot missing for Pattern Synonym export
-------------------------------------+-------------------------------------
Reporter: alanz | Owner: alanz
Type: bug | Status: new
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 8.1
(Parser) |
Keywords: | Operating System: Unknown/Multiple
ApiAnnotations |
Architecture: | Type of failure: Other
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
For the following code fragment
{{{#!hs
{-# LANGUAGE PatternSynonyms #-}
module ExportSyntax ( A(.., NoA), Q(F,..), G(T,..,U)) where
}}}
The second and third `..` are missing `AnnDotdot` annotations.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11332>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list