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
Loading
- 
mentioned in issue #16265 (closed)
 - 
mentioned in commit 3ad6d4f5
 - 
mentioned in merge request !462 (merged)
 - 
💬 @moe-botmentioned in issue #265 (closed)
 
Please register or sign in to comment