aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref/PatternSyns.html
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2016-02-08 14:32:41 +0100
committerBen Gamari <ben@smart-cactus.org>2016-02-08 15:36:05 +0100
commit9c23d5d3a21c8ef36204a4d66da4cdf488a08f72 (patch)
tree97d85ae0df9724d3ca96388bce67d7ecec3cd13e /html-test/ref/PatternSyns.html
parent60b4f394bcd27a097f1a97d460cddc27ead59ba7 (diff)
html-test: Accept test output
Diffstat (limited to 'html-test/ref/PatternSyns.html')
-rw-r--r--html-test/ref/PatternSyns.html115
1 files changed, 64 insertions, 51 deletions
diff --git a/html-test/ref/PatternSyns.html b/html-test/ref/PatternSyns.html
index 6fe8fff0..9347dfb8 100644
--- a/html-test/ref/PatternSyns.html
+++ b/html-test/ref/PatternSyns.html
@@ -1,32 +1,33 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
><head
><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
/><title
>PatternSyns</title
- ><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean"
+ ><link href="#" rel="stylesheet" type="text/css" title="Ocean"
/><script src="haddock-util.js" type="text/javascript"
></script
+ ><script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"
+ ></script
><script type="text/javascript"
- >//<![CDATA[
-window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_PatternSyns.html&quot;);};
+//
</script
></head
><body
><div id="package-header"
><ul class="links" id="page-menu"
><li
- ><a href=""
+ ><a href="#"
>Contents</a
></li
><li
- ><a href=""
+ ><a href="#"
>Index</a
></li
></ul
><p class="caption empty"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -56,55 +57,63 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>FooType</a
- > x = <a href=""
+ > x = <a href="#"
>FooCtor</a
> x</li
><li class="src short"
><span class="keyword"
>pattern</span
- > <a href=""
+ > <a href="#"
>Foo</a
- > :: t -&gt; <a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t. t -&gt; <a href="#"
>FooType</a
> t</li
><li class="src short"
><span class="keyword"
>pattern</span
- > <a href=""
+ > <a href="#"
>Bar</a
- > :: t -&gt; <a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t. t -&gt; <a href="#"
>FooType</a
- > (<a href=""
+ > (<a href="#"
>FooType</a
> t)</li
><li class="src short"
><span class="keyword"
>pattern</span
- > <a href=""
+ > <a href="#"
>(:&lt;-&gt;)</a
- > :: t -&gt; t -&gt; (<a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t t. t -&gt; t -&gt; (<a href="#"
>FooType</a
- > t, <a href=""
+ > t, <a href="#"
>FooType</a
- > (<a href=""
+ > (<a href="#"
>FooType</a
> t))</li
><li class="src short"
><span class="keyword"
>data</span
- > a <a href=""
+ > a <a href="#"
>&gt;&lt;</a
- > b = <a href=""
+ > b = <a href="#"
>Empty</a
></li
><li class="src short"
><span class="keyword"
>pattern</span
- > <a href=""
+ > <a href="#"
>E</a
- > :: <a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > k t t. <a href="#"
>(&gt;&lt;)</a
> k t t</li
></ul
@@ -116,7 +125,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:FooType" class="def"
+ > <a href="#" id="t:FooType" class="def"
>FooType</a
> x</p
><div class="doc"
@@ -129,11 +138,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:FooCtor" class="def"
+ ><a href="#" id="v:FooCtor" class="def"
>FooCtor</a
> x</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -142,15 +151,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
><p class="src"
><span class="keyword"
>pattern</span
- > <a href="" id="v:Foo" class="def"
+ > <a href="#" id="v:Foo" class="def"
>Foo</a
- > :: t -&gt; <a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t. t -&gt; <a href="#"
>FooType</a
> t</p
><div class="doc"
><p
>Pattern synonym for <code
- ><a href=""
+ ><a href="#"
>Foo</a
></code
> x</p
@@ -160,17 +171,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
><p class="src"
><span class="keyword"
>pattern</span
- > <a href="" id="v:Bar" class="def"
+ > <a href="#" id="v:Bar" class="def"
>Bar</a
- > :: t -&gt; <a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t. t -&gt; <a href="#"
>FooType</a
- > (<a href=""
+ > (<a href="#"
>FooType</a
> t)</p
><div class="doc"
><p
>Pattern synonym for <code
- ><a href=""
+ ><a href="#"
>Bar</a
></code
> x</p
@@ -180,19 +193,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
><p class="src"
><span class="keyword"
>pattern</span
- > <a href="" id="v::-60--45--62-" class="def"
+ > <a href="#" id="v::-60--45--62-" class="def"
>(:&lt;-&gt;)</a
- > :: t -&gt; t -&gt; (<a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t t. t -&gt; t -&gt; (<a href="#"
>FooType</a
- > t, <a href=""
+ > t, <a href="#"
>FooType</a
- > (<a href=""
+ > (<a href="#"
>FooType</a
> t))</p
><div class="doc"
><p
>Pattern synonym for (<code
- ><a href=""
+ ><a href="#"
>:&lt;-&gt;</a
></code
>)</p
@@ -202,13 +217,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
><p class="src"
><span class="keyword"
>data</span
- > a <a href="" id="t:-62--60-" class="def"
+ > a <a href="#" id="t:-62--60-" class="def"
>&gt;&lt;</a
> b</p
><div class="doc"
><p
>Doc for (<code
- ><a href=""
+ ><a href="#"
>&gt;&lt;</a
></code
>)</p
@@ -219,11 +234,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:Empty" class="def"
+ ><a href="#" id="v:Empty" class="def"
>Empty</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -232,15 +247,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
><p class="src"
><span class="keyword"
>pattern</span
- > <a href="" id="v:E" class="def"
+ > <a href="#" id="v:E" class="def"
>E</a
- > :: <a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > k t t. <a href="#"
>(&gt;&lt;)</a
> k t t</p
><div class="doc"
><p
>Pattern for <code
- ><a href=""
+ ><a href="#"
>Empty</a
></code
></p
@@ -249,11 +266,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");};
></div
></div
><div id="footer"
- ><p
- >Produced by <a href=""
- >Haddock</a
- > version 2.16.2</p
- ></div
+ ></div
></body
></html
->
+> \ No newline at end of file