summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2019-02-02 16:29:05 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-08 11:00:22 -0500
commit5e9888bd9c22a1315a703f638591b50e657317c4 (patch)
tree5510eb74b731855569b38480df2af673680c09c6 /utils
parentcbfc9fcaa33c3b341830962906543dfca1dfedd7 (diff)
downloadhaskell-5e9888bd9c22a1315a703f638591b50e657317c4.tar.gz
API Annotations: parens anns discarded for `(*)` operator
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. Updates haddock submodule Closes #16265
Diffstat (limited to 'utils')
m---------utils/haddock0
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock
-Subproject cfd682c5fd03b099a3d78c44f9279faf56a0ac7
+Subproject 3ee6526d4ae7bf4deb7cd1caf24b3d735557357