diff options
| author | Alec Theriault <alec.theriault@gmail.com> | 2018-11-10 16:02:13 -0800 | 
|---|---|---|
| committer | Alec Theriault <alec.theriault@gmail.com> | 2018-11-10 16:02:13 -0800 | 
| commit | 959033d592b41235896402a64703650df77c34bd (patch) | |
| tree | 352d1c64c354017adc5b7c3c6aa7aa7fd95e1bf6 /html-test/ref/UnboxedStuff.html | |
| parent | b62c9542480d629bb482f5394dec2fdd5a48af24 (diff) | |
| parent | f4d53a159642aa9182241259709659e7074425d5 (diff) | |
Merge branch 'ghc-8.6' into ghc-head
Diffstat (limited to 'html-test/ref/UnboxedStuff.html')
| -rw-r--r-- | html-test/ref/UnboxedStuff.html | 32 | 
1 files changed, 19 insertions, 13 deletions
| diff --git a/html-test/ref/UnboxedStuff.html b/html-test/ref/UnboxedStuff.html index 4c1196b9..133aae6c 100644 --- a/html-test/ref/UnboxedStuff.html +++ b/html-test/ref/UnboxedStuff.html @@ -1,18 +1,24 @@  <html xmlns="http://www.w3.org/1999/xhtml"  ><head    ><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" +     /><meta name="viewport" content="width=device-width, initial-scale=1"       /><title      >UnboxedStuff</title -    ><link href="#" rel="stylesheet" type="text/css" title="Ocean" +    ><link href="#" rel="stylesheet" type="text/css" title="NewOcean" +     /><link rel="stylesheet" type="text/css" href="#"       /><link rel="stylesheet" type="text/css" href="#"       /><script src="haddock-bundle.min.js" async="async" type="text/javascript"      ></script -    ><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript" +    ><script type="text/x-mathjax-config" +    >MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script +    ><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"      ></script      ></head    ><body    ><div id="package-header" -    ><ul class="links" id="page-menu" +    ><span class="caption empty" +      ></span +      ><ul class="links" id="page-menu"        ><li  	><a href="#"  	  >Contents</a @@ -22,8 +28,6 @@  	  >Index</a  	  ></li  	></ul -      ><p class="caption empty" -      ></p        ></div      ><div id="content"      ><div id="module-header" @@ -39,14 +43,16 @@  	>UnboxedStuff</p  	></div        ><div id="table-of-contents" -      ><p class="caption" -	>Contents</p -	><ul -	><li -	  ><a href="#" -	    >Unboxed type constructors</a -	    ></li -	  ></ul +      ><div id="contents-list" +	><p class="caption" onclick="window.scrollTo(0,0)" +	  >Contents</p +	  ><ul +	  ><li +	    ><a href="#" +	      >Unboxed type constructors</a +	      ></li +	    ></ul +	  ></div  	></div        ><div id="synopsis"        ><details id="syn" | 
