aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/QuasiExpr.html
diff options
context:
space:
mode:
authorAlexander Biehl <alexbiehl@gmail.com>2018-03-02 15:43:21 +0100
committerGitHub <noreply@github.com>2018-03-02 15:43:21 +0100
commit69b98a99ce4de93ea0e6082bd11edb3baaf2fa6e (patch)
treef89de12c87454c6d0202d1232ea29ff57f4de1ae /html-test/ref/QuasiExpr.html
parent4abf7d4979b5364da59f7412a3d7143aea26cf7e (diff)
Make testsuite work with haddock-1.19.0 release (#766)
Diffstat (limited to 'html-test/ref/QuasiExpr.html')
-rw-r--r--html-test/ref/QuasiExpr.html54
1 files changed, 27 insertions, 27 deletions
diff --git a/html-test/ref/QuasiExpr.html b/html-test/ref/QuasiExpr.html
index ccec6856..66e31ec7 100644
--- a/html-test/ref/QuasiExpr.html
+++ b/html-test/ref/QuasiExpr.html
@@ -58,7 +58,7 @@
><td class="src"
><a id="v:IntExpr" class="def"
>IntExpr</a
- > <a href="#"
+ > <a href="#" title="Prelude"
>Integer</a
></td
><td class="doc empty"
@@ -68,7 +68,7 @@
><td class="src"
><a id="v:AntiIntExpr" class="def"
>AntiIntExpr</a
- > <a href="#"
+ > <a href="#" title="Data.String"
>String</a
></td
><td class="doc empty"
@@ -78,11 +78,11 @@
><td class="src"
><a id="v:BinopExpr" class="def"
>BinopExpr</a
- > <a href="#"
+ > <a href="#" title="QuasiExpr"
>BinOp</a
- > <a href="#"
+ > <a href="#" title="QuasiExpr"
>Expr</a
- > <a href="#"
+ > <a href="#" title="QuasiExpr"
>Expr</a
></td
><td class="doc empty"
@@ -92,7 +92,7 @@
><td class="src"
><a id="v:AntiExpr" class="def"
>AntiExpr</a
- > <a href="#"
+ > <a href="#" title="Data.String"
>String</a
></td
><td class="doc empty"
@@ -110,9 +110,9 @@
><span class="inst-left"
><span class="instance details-toggle-control details-toggle" data-details-id="i:id:Expr:Show:1"
></span
- > <a href="#"
+ > <a href="#" title="Text.Show"
>Show</a
- > <a href="#"
+ > <a href="#" title="QuasiExpr"
>Expr</a
></span
> <a href="#" class="selflink"
@@ -132,11 +132,11 @@
><p class="src"
><a href="#"
>showsPrec</a
- > :: <a href="#"
+ > :: <a href="#" title="Data.Int"
>Int</a
- > -&gt; <a href="#"
+ > -&gt; <a href="#" title="QuasiExpr"
>Expr</a
- > -&gt; <a href="#"
+ > -&gt; <a href="#" title="Text.Show"
>ShowS</a
> <a href="#" class="selflink"
>#</a
@@ -144,9 +144,9 @@
><p class="src"
><a href="#"
>show</a
- > :: <a href="#"
+ > :: <a href="#" title="QuasiExpr"
>Expr</a
- > -&gt; <a href="#"
+ > -&gt; <a href="#" title="Data.String"
>String</a
> <a href="#" class="selflink"
>#</a
@@ -154,9 +154,9 @@
><p class="src"
><a href="#"
>showList</a
- > :: [<a href="#"
+ > :: [<a href="#" title="QuasiExpr"
>Expr</a
- >] -&gt; <a href="#"
+ >] -&gt; <a href="#" title="Text.Show"
>ShowS</a
> <a href="#" class="selflink"
>#</a
@@ -226,9 +226,9 @@
><span class="inst-left"
><span class="instance details-toggle-control details-toggle" data-details-id="i:id:BinOp:Show:1"
></span
- > <a href="#"
+ > <a href="#" title="Text.Show"
>Show</a
- > <a href="#"
+ > <a href="#" title="QuasiExpr"
>BinOp</a
></span
> <a href="#" class="selflink"
@@ -248,11 +248,11 @@
><p class="src"
><a href="#"
>showsPrec</a
- > :: <a href="#"
+ > :: <a href="#" title="Data.Int"
>Int</a
- > -&gt; <a href="#"
+ > -&gt; <a href="#" title="QuasiExpr"
>BinOp</a
- > -&gt; <a href="#"
+ > -&gt; <a href="#" title="Text.Show"
>ShowS</a
> <a href="#" class="selflink"
>#</a
@@ -260,9 +260,9 @@
><p class="src"
><a href="#"
>show</a
- > :: <a href="#"
+ > :: <a href="#" title="QuasiExpr"
>BinOp</a
- > -&gt; <a href="#"
+ > -&gt; <a href="#" title="Data.String"
>String</a
> <a href="#" class="selflink"
>#</a
@@ -270,9 +270,9 @@
><p class="src"
><a href="#"
>showList</a
- > :: [<a href="#"
+ > :: [<a href="#" title="QuasiExpr"
>BinOp</a
- >] -&gt; <a href="#"
+ >] -&gt; <a href="#" title="Text.Show"
>ShowS</a
> <a href="#" class="selflink"
>#</a
@@ -289,9 +289,9 @@
><p class="src"
><a id="v:eval" class="def"
>eval</a
- > :: <a href="#"
+ > :: <a href="#" title="QuasiExpr"
>Expr</a
- > -&gt; <a href="#"
+ > -&gt; <a href="#" title="Prelude"
>Integer</a
> <a href="#" class="selflink"
>#</a
@@ -309,7 +309,7 @@
><p class="src"
><a id="v:parseExprExp" class="def"
>parseExprExp</a
- > :: <a href="#"
+ > :: <a href="#" title="Data.String"
>String</a
> -&gt; Q Exp <a href="#" class="selflink"
>#</a