diff options
Diffstat (limited to 'html-test/ref/PatternSyns.html')
-rw-r--r-- | html-test/ref/PatternSyns.html | 139 |
1 files changed, 82 insertions, 57 deletions
diff --git a/html-test/ref/PatternSyns.html b/html-test/ref/PatternSyns.html index 6fe8fff0..ffebdf27 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("mini_PatternSyns.html");}; +// </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" - > </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 -> <a href="" + > :: <span class="keyword" + >forall</span + > t. t -> <a href="#" >FooType</a > t</li ><li class="src short" ><span class="keyword" >pattern</span - > <a href="" + > <a href="#" >Bar</a - > :: t -> <a href="" + > :: <span class="keyword" + >forall</span + > t. t -> <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="#" >(:<->)</a - > :: t -> t -> (<a href="" + > :: <span class="keyword" + >forall</span + > t t. t -> t -> (<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="#" >><</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="#" >(><)</a > k t t</li ></ul @@ -116,9 +125,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");}; ><p class="src" ><span class="keyword" >data</span - > <a href="" id="t:FooType" class="def" + > <a id="t:FooType" class="def" >FooType</a - > x</p + > x <a href="#" class="selflink" + >#</a + ></p ><div class="doc" ><p >FooType doc</p @@ -129,11 +140,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");}; ><table ><tr ><td class="src" - ><a href="" id="v:FooCtor" class="def" + ><a id="v:FooCtor" class="def" >FooCtor</a > x</td ><td class="doc empty" - > </td + ></td ></tr ></table ></div @@ -142,15 +153,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");}; ><p class="src" ><span class="keyword" >pattern</span - > <a href="" id="v:Foo" class="def" + > <a id="v:Foo" class="def" >Foo</a - > :: t -> <a href="" + > :: <span class="keyword" + >forall</span + > t. t -> <a href="#" >FooType</a - > t</p + > t <a href="#" class="selflink" + >#</a + ></p ><div class="doc" ><p >Pattern synonym for <code - ><a href="" + ><a href="#" >Foo</a ></code > x</p @@ -160,17 +175,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");}; ><p class="src" ><span class="keyword" >pattern</span - > <a href="" id="v:Bar" class="def" + > <a id="v:Bar" class="def" >Bar</a - > :: t -> <a href="" + > :: <span class="keyword" + >forall</span + > t. t -> <a href="#" >FooType</a - > (<a href="" + > (<a href="#" >FooType</a - > t)</p + > t) <a href="#" class="selflink" + >#</a + ></p ><div class="doc" ><p >Pattern synonym for <code - ><a href="" + ><a href="#" >Bar</a ></code > x</p @@ -180,19 +199,23 @@ 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 id="v::-60--45--62-" class="def" >(:<->)</a - > :: t -> t -> (<a href="" + > :: <span class="keyword" + >forall</span + > t t. t -> t -> (<a href="#" >FooType</a - > t, <a href="" + > t, <a href="#" >FooType</a - > (<a href="" + > (<a href="#" >FooType</a - > t))</p + > t)) <a href="#" class="selflink" + >#</a + ></p ><div class="doc" ><p >Pattern synonym for (<code - ><a href="" + ><a href="#" >:<-></a ></code >)</p @@ -202,13 +225,15 @@ 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 id="t:-62--60-" class="def" >><</a - > b</p + > b <a href="#" class="selflink" + >#</a + ></p ><div class="doc" ><p >Doc for (<code - ><a href="" + ><a href="#" >><</a ></code >)</p @@ -219,11 +244,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");}; ><table ><tr ><td class="src" - ><a href="" id="v:Empty" class="def" + ><a id="v:Empty" class="def" >Empty</a ></td ><td class="doc empty" - > </td + ></td ></tr ></table ></div @@ -232,15 +257,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_PatternSyns.html");}; ><p class="src" ><span class="keyword" >pattern</span - > <a href="" id="v:E" class="def" + > <a id="v:E" class="def" >E</a - > :: <a href="" + > :: <span class="keyword" + >forall</span + > k t t. <a href="#" >(><)</a - > k t t</p + > k t t <a href="#" class="selflink" + >#</a + ></p ><div class="doc" ><p >Pattern for <code - ><a href="" + ><a href="#" >Empty</a ></code ></p @@ -249,11 +278,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 |