diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 15:40:44 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 15:40:44 +0100 |
commit | 228a0d72baa04be161b0fc918266f2edb0c6519b (patch) | |
tree | 43246f722a0f28614019243e34dfd83e5ca29217 /html-test/ref/PromotedTypes.html | |
parent | 8a4c949bfc731ef0dcd83d557da278d162152fb5 (diff) | |
parent | a427f597e081ce37a881e6612efeab7ef0bb0dac (diff) |
Merge branch 'fix-up-testsuite'
Diffstat (limited to 'html-test/ref/PromotedTypes.html')
-rw-r--r-- | html-test/ref/PromotedTypes.html | 107 |
1 files changed, 59 insertions, 48 deletions
diff --git a/html-test/ref/PromotedTypes.html b/html-test/ref/PromotedTypes.html index db42f637..7567d2f5 100644 --- a/html-test/ref/PromotedTypes.html +++ b/html-test/ref/PromotedTypes.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 >PromotedTypes</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_PromotedTypes.html");}; -//]]> + >// +window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.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" @@ -48,7 +49,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><p class="src" ><span class="keyword" >data</span - > <a href="" id="t:RevList" class="def" + > <a href="#" id="t:RevList" class="def" >RevList</a > a</p ><div class="subs constructors" @@ -57,21 +58,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><table ><tr ><td class="src" - ><a href="" id="v:RNil" class="def" + ><a href="#" id="v:RNil" class="def" >RNil</a ></td ><td class="doc empty" - > </td + ></td ></tr ><tr ><td class="src" - >(<a href="" + >(<a href="#" >RevList</a - > a) <a href="" id="v::-62-" class="def" + > a) <a href="#" id="v::-62-" class="def" >:></a > a</td ><td class="doc empty" - > </td + ></td ></tr ></table ></div @@ -80,9 +81,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><p class="src" ><span class="keyword" >data</span - > <a href="" id="t:Pattern" class="def" + > <a href="#" id="t:Pattern" class="def" >Pattern</a - > :: [*] -> * <span class="keyword" + > :: [<a href="#" + >*</a + >] -> <a href="#" + >*</a + > <span class="keyword" >where</span ></p ><div class="subs constructors" @@ -91,27 +96,27 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><table ><tr ><td class="src" - ><a href="" id="v:Nil" class="def" + ><a href="#" id="v:Nil" class="def" >Nil</a - > :: <a href="" + > :: <a href="#" >Pattern</a > '[]</td ><td class="doc empty" - > </td + ></td ></tr ><tr ><td class="src" - ><a href="" id="v:Cons" class="def" + ><a href="#" id="v:Cons" class="def" >Cons</a - > :: <a href="" + > :: <a href="#" >Maybe</a - > h -> <a href="" + > h -> <a href="#" >Pattern</a - > t -> <a href="" + > t -> <a href="#" >Pattern</a > (h ': t)</td ><td class="doc empty" - > </td + ></td ></tr ></table ></div @@ -120,11 +125,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><p class="src" ><span class="keyword" >data</span - > <a href="" id="t:RevPattern" class="def" + > <a href="#" id="t:RevPattern" class="def" >RevPattern</a - > :: <a href="" + > :: <a href="#" >RevList</a - > * -> * <span class="keyword" + > <a href="#" + >*</a + > -> <a href="#" + >*</a + > <span class="keyword" >where</span ></p ><div class="subs constructors" @@ -133,31 +142,31 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><table ><tr ><td class="src" - ><a href="" id="v:RevNil" class="def" + ><a href="#" id="v:RevNil" class="def" >RevNil</a - > :: <a href="" + > :: <a href="#" >RevPattern</a - > <a href="" + > <a href="#" >RNil</a ></td ><td class="doc empty" - > </td + ></td ></tr ><tr ><td class="src" - ><a href="" id="v:RevCons" class="def" + ><a href="#" id="v:RevCons" class="def" >RevCons</a - > :: <a href="" + > :: <a href="#" >Maybe</a - > h -> <a href="" + > h -> <a href="#" >RevPattern</a - > t -> <a href="" + > t -> <a href="#" >RevPattern</a - > (t <a href="" + > (t <a href="#" >:></a > h)</td ><td class="doc empty" - > </td + ></td ></tr ></table ></div @@ -166,9 +175,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><p class="src" ><span class="keyword" >data</span - > <a href="" id="t:Tuple" class="def" + > <a href="#" id="t:Tuple" class="def" >Tuple</a - > :: (*, *) -> * <span class="keyword" + > :: (<a href="#" + >*</a + >, <a href="#" + >*</a + >) -> <a href="#" + >*</a + > <span class="keyword" >where</span ></p ><div class="subs constructors" @@ -177,13 +192,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><table ><tr ><td class="src" - ><a href="" id="v:Tuple" class="def" + ><a href="#" id="v:Tuple" class="def" >Tuple</a - > :: a -> b -> <a href="" + > :: a -> b -> <a href="#" >Tuple</a > '(a, b)</td ><td class="doc empty" - > </td + ></td ></tr ></table ></div @@ -191,11 +206,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.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 |