[GHC] #10280: ApiAnnotations : AnnComma missing in TupleSection
GHC
ghc-devs at haskell.org
Thu Apr 9 14:17:41 UTC 2015
#10280: ApiAnnotations : AnnComma missing in TupleSection
-------------------------------------+-------------------------------------
Reporter: alanz | Owner: alanz
Type: bug | Status: new
Priority: normal | Milestone: 7.10.2
Component: Compiler | Version: 7.10.1
(Parser) | Operating System: Unknown/Multiple
Keywords: | Type of failure: None/Unknown
ApiAnnotations | Blocked By:
Architecture: | Related Tickets:
Unknown/Multiple |
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
For the following code
{{{#!hs
{-# LANGUAGE TupleSections #-}
foo = do
liftIO $ atomicModifyIORef ciTokens ((,()) . f)
}}}
the annotation is missing for the comma.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10280>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list