diff options
Diffstat (limited to 'html-test/ref/PromotedTypes.html')
-rw-r--r-- | html-test/ref/PromotedTypes.html | 117 |
1 files changed, 68 insertions, 49 deletions
diff --git a/html-test/ref/PromotedTypes.html b/html-test/ref/PromotedTypes.html index db42f637..65aa0112 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,30 +49,32 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><p class="src" ><span class="keyword" >data</span - > <a href="" id="t:RevList" class="def" + > <a id="t:RevList" class="def" >RevList</a - > a</p + > a <a href="#" class="selflink" + >#</a + ></p ><div class="subs constructors" ><p class="caption" >Constructors</p ><table ><tr ><td class="src" - ><a href="" id="v:RNil" class="def" + ><a 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 id="v::-62-" class="def" >:></a > a</td ><td class="doc empty" - > </td + ></td ></tr ></table ></div @@ -80,10 +83,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><p class="src" ><span class="keyword" >data</span - > <a href="" id="t:Pattern" class="def" + > <a id="t:Pattern" class="def" >Pattern</a - > :: [*] -> * <span class="keyword" + > :: [<a href="#" + >*</a + >] -> <a href="#" + >*</a + > <span class="keyword" >where</span + > <a href="#" class="selflink" + >#</a ></p ><div class="subs constructors" ><p class="caption" @@ -91,27 +100,27 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><table ><tr ><td class="src" - ><a href="" id="v:Nil" class="def" + ><a 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 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,12 +129,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><p class="src" ><span class="keyword" >data</span - > <a href="" id="t:RevPattern" class="def" + > <a 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 + > <a href="#" class="selflink" + >#</a ></p ><div class="subs constructors" ><p class="caption" @@ -133,31 +148,31 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><table ><tr ><td class="src" - ><a href="" id="v:RevNil" class="def" + ><a 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 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,10 +181,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><p class="src" ><span class="keyword" >data</span - > <a href="" id="t:Tuple" class="def" + > <a id="t:Tuple" class="def" >Tuple</a - > :: (*, *) -> * <span class="keyword" + > :: (<a href="#" + >*</a + >, <a href="#" + >*</a + >) -> <a href="#" + >*</a + > <span class="keyword" >where</span + > <a href="#" class="selflink" + >#</a ></p ><div class="subs constructors" ><p class="caption" @@ -177,13 +200,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.html");} ><table ><tr ><td class="src" - ><a href="" id="v:Tuple" class="def" + ><a 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 +214,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 |