summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2020-09-27 02:52:06 +0300
committerVladislav Zavialov <vlad.z.4096@gmail.com>2020-09-27 03:01:31 +0300
commit7ff433824ea4d265fca09de9c26f3fd77a34bb22 (patch)
tree8ea2b2d6e56297373a3fbc8afc9abe1fa677ee0e
parente124f2a7d9a5932a4c2383fd3f9dd772b2059885 (diff)
downloadhaskell-wip/docs-no-merge-ops.tar.gz
Comments: change outdated reference to mergeOpswip/docs-no-merge-ops
As of 686e06c59c3aa6b66895e8a501c7afb019b09e36, GHC.Parser.PostProcess.mergeOps no longer exists. [ci skip]
-rw-r--r--compiler/GHC/Hs/Decls.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Hs/Decls.hs b/compiler/GHC/Hs/Decls.hs
index a8dd4549e4..1eeb42d73e 100644
--- a/compiler/GHC/Hs/Decls.hs
+++ b/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