From fd959b46d61b8cf8afb1bb8a46bb9b5d44a509b3 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Wed, 27 Sep 2023 11:57:00 -0400 Subject: [PATCH] html-test: Update output --- html-test/ref/Instances.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/html-test/ref/Instances.html b/html-test/ref/Instances.html index a62f77fc9e..a476fa8598 100644 --- a/html-test/ref/Instances.html +++ b/html-test/ref/Instances.html @@ -267,7 +267,7 @@ > <a href="#" title="Instances" >Foo</a > <a href="#" title="GHC.List" - >List</a + >[]</a ></span > <a href="#" class="selflink" >#</a @@ -444,8 +444,8 @@ >Foo</a > f) => <a href="#" title="Instances" >Foo</a - > (<a href="#" title="Data.Tuple" - >Tuple2</a + > (<a href="#" title="GHC.Tuple.Prim" + >(,)</a > (f a))</span > <a href="#" class="selflink" >#</a @@ -556,8 +556,8 @@ ></span > <a href="#" title="Instances" >Foo</a - > (<a href="#" title="Data.Tuple" - >Tuple3</a + > (<a href="#" title="GHC.Tuple.Prim" + >(,,)</a > a a)</span > <a href="#" class="selflink" >#</a @@ -911,7 +911,7 @@ > <a href="#" title="Instances" >Bar</a > <a href="#" title="GHC.List" - >List</a + >[]</a > (a, a)</span > <a href="#" class="selflink" >#</a @@ -1162,12 +1162,12 @@ ></span > <a href="#" title="Instances" >Foo</a - > (<a href="#" title="Data.Tuple" - >Tuple3</a + > (<a href="#" title="GHC.Tuple.Prim" + >(,,)</a > a b) => <a href="#" title="Instances" >Bar</a - > (<a href="#" title="Data.Tuple" - >Tuple3</a + > (<a href="#" title="GHC.Tuple.Prim" + >(,,)</a > a b) (a, b, a)</span > <a href="#" class="selflink" >#</a -- GitLab