diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-08-06 13:58:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 13:58:27 -0400 |
commit | e8fe591fecf626fe4540ed666d147c61728c890f (patch) | |
tree | 5a1a1d4d63c6315539a3606cc223b941f4c8620a /html-test/ref/Identifiers.html | |
parent | 2f1711b301fea88eb1d0b40d1c04b2f0539fd882 (diff) | |
parent | 7f2892b571c7b072c86edbf21b7c7469e21f6303 (diff) |
Merge pull request #1518 from bgamari/wip/ghc-9.4-merge
Merge GHC 9.4 into `main`
Diffstat (limited to 'html-test/ref/Identifiers.html')
-rw-r--r-- | html-test/ref/Identifiers.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/html-test/ref/Identifiers.html b/html-test/ref/Identifiers.html index b7ca9296..76487140 100644 --- a/html-test/ref/Identifiers.html +++ b/html-test/ref/Identifiers.html @@ -146,7 +146,7 @@ >++</a ></code >, <code - ><a href="#" title="Data.List" + ><a href="#" title="Data.Foldable" >elem</a ></code ></li @@ -168,7 +168,7 @@ >, <code >++</code >, <code - ><a href="#" title="Data.List" + ><a href="#" title="Data.Foldable" >elem</a ></code >, <code @@ -237,7 +237,7 @@ ><li >Unqualified: <code >1 <code - ><a href="#" title="Data.List" + ><a href="#" title="Data.Foldable" >`elem`</a ></code > [-3..3]</code @@ -245,14 +245,14 @@ ><li >Qualified: <code >1 <code - ><a href="#" title="Data.List" + ><a href="#" title="Data.Foldable" >`elem`</a ></code > [-3..3]</code ></li ><li >Namespaced: <code - ><a href="#" title="Data.List" + ><a href="#" title="Data.Foldable" >`elem`</a ></code >, <code |