[Git][ghc/ghc][master] Comments: change outdated reference to mergeOps

Marge Bot gitlab at gitlab.haskell.org
Sun Sep 27 14:03:41 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
7ff43382 by Vladislav Zavialov at 2020-09-27T03:01:31+03:00
Comments: change outdated reference to mergeOps

As of 686e06c59c3aa6b66895e8a501c7afb019b09e36,
GHC.Parser.PostProcess.mergeOps no longer exists.

[ci skip]

- - - - -


1 changed file:

- compiler/GHC/Hs/Decls.hs


Changes:

=====================================
compiler/GHC/Hs/Decls.hs
=====================================
@@ -1566,7 +1566,7 @@ all we are concerned about in the parser is identifying the overall shape of
 the argument and result types, which we can accomplish by piggybacking on the
 special treatment given to function arrows. In a future where function arrows
 aren't given special status in the parser, we will likely have to modify
-GHC.Parser.PostProcess.mergeOps to preserve this trick.
+GHC.Parser.PostProcess.mkHsOpTyPV to preserve this trick.
 
 -----
 -- Wrinkle: No nested foralls or contexts



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7ff433824ea4d265fca09de9c26f3fd77a34bb22

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7ff433824ea4d265fca09de9c26f3fd77a34bb22
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200927/33f75542/attachment.html>


More information about the ghc-commits mailing list