Skip to content
Snippets Groups Projects
Commit 5e9888bd authored by Alan Zimmerman's avatar Alan Zimmerman Committed by Marge Bot
Browse files

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
parent cbfc9fca
1 merge request!324Marge Bot Batch MR - DO NOT TOUCH
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment