summaryrefslogtreecommitdiff
path: root/compiler/Unique.h
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2019-02-02 16:29:05 +0200
committerAlan Zimmerman <alan.zimm@gmail.com>2019-02-03 10:31:00 +0200
commit3200c30f1f7af2a3fa54773129cb21a5c72527d2 (patch)
tree83689b36b1d0c35bce9637645ae81ddc9faee6ea /compiler/Unique.h
parent71dae4eb1a4891fc1a428caf70a06830864ffdc3 (diff)
downloadhaskell-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/Unique.h')
0 files changed, 0 insertions, 0 deletions