diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2019-02-02 16:29:05 +0200 |
---|---|---|
committer | Alan Zimmerman <alan.zimm@gmail.com> | 2019-02-03 10:31:00 +0200 |
commit | 3200c30f1f7af2a3fa54773129cb21a5c72527d2 (patch) | |
tree | 83689b36b1d0c35bce9637645ae81ddc9faee6ea /compiler/codeGen | |
parent | 71dae4eb1a4891fc1a428caf70a06830864ffdc3 (diff) | |
download | haskell-wip/T16265.tar.gz |
API Annotations: parens anns discarded for `(*)` operatorwip/T16265
The patch from https://phabricator.haskell.org/D4865 introduces
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.
Closes #16265
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions