diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-12-02 11:46:54 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-12-02 11:46:54 +0000 |
commit | bbe3c508cc5688683f9febbed814e5230dce0c4b (patch) | |
tree | 4b45169809ec2d62641d5e31d13d88aa15e4808b | |
parent | 8a73a5babd07530326f1ba06bdfe95f49f66b967 (diff) |
Update html-test for Data.List revert
-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 b177266d..76487140 100644 --- a/html-test/ref/Identifiers.html +++ b/html-test/ref/Identifiers.html @@ -147,7 +147,7 @@ ></code >, <code ><a href="#" title="Data.Foldable" - >Foldable</a + >elem</a ></code ></li ><li @@ -169,7 +169,7 @@ >++</code >, <code ><a href="#" title="Data.Foldable" - >Foldable</a + >elem</a ></code >, <code >elem</code @@ -238,14 +238,14 @@ >Unqualified: <code >1 <code ><a href="#" title="Data.Foldable" - >`Foldable`</a + >`elem`</a ></code > [-3..3]</code ></li ><li >Qualified: <code >1 <code - ><a href="#" title="GHC.List" + ><a href="#" title="Data.Foldable" >`elem`</a ></code > [-3..3]</code @@ -253,7 +253,7 @@ ><li >Namespaced: <code ><a href="#" title="Data.Foldable" - >`Foldable`</a + >`elem`</a ></code >, <code >`elem`</code |