[GHC] #16265: API Annotations: parens anns discarded for `(*)` operator
GHC
ghc-devs at haskell.org
Thu Jan 31 21:20:21 UTC 2019
#16265: API Annotations: parens anns discarded for `(*)` operator
-------------------------------------+-------------------------------------
Reporter: alanz | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.8.1
Component: Compiler | Version: 8.6.3
(Parser) |
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Incorrect API
Unknown/Multiple | annotation
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
The patch from https://phabricator.haskell.org/D4865 introduces
{{{#!hs
go _ (HsParTy _ (dL->L l (HsStarTy _ isUni))) acc ann fix
= do { warnStarBndr l
; let name = mkOccName tcClsName (if isUni then "★" else "*")
; return (cL l (Unqual name), acc, fix, ann) }
}}}
which discards the parens annotations belonging to the `HsParTy`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16265>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list