diff options
Diffstat (limited to 'html-test/ref/IgnoreExports.html')
-rw-r--r-- | html-test/ref/IgnoreExports.html | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/html-test/ref/IgnoreExports.html b/html-test/ref/IgnoreExports.html index eed12c00..f89e009e 100644 --- a/html-test/ref/IgnoreExports.html +++ b/html-test/ref/IgnoreExports.html @@ -4,18 +4,20 @@ /><meta name="viewport" content="width=device-width, initial-scale=1" /><title >IgnoreExports</title - ><link href="#" rel="stylesheet" type="text/css" title="Ocean" + ><link href="#" rel="stylesheet" type="text/css" title="Linuwial" /><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" ><span class="caption empty" - ></span + > </span ><ul class="links" id="page-menu" ><li ><a href="#" @@ -34,7 +36,7 @@ ><th >Safe Haskell</th ><td - >Safe</td + >Safe-Inferred</td ></tr ></table ><p class="caption" @@ -46,15 +48,15 @@ >Synopsis</summary ><ul class="details-toggle" data-details-id="syn" ><li class="src short" - ><a href="#" - >foo</a - > :: <a href="#" - >Int</a + ><span class="keyword" + >data</span + > <a href="#" + >Foo</a ></li ><li class="src short" ><a href="#" - >bar</a - > :: <a href="#" + >foo</a + > :: <a href="#" title="Data.Int" >Int</a ></li ></ul @@ -65,36 +67,34 @@ >Documentation</h1 ><div class="top" ><p class="src" - ><a id="v:foo" class="def" - >foo</a - > :: <a href="#" - >Int</a + ><span class="keyword" + >data</span + > <a id="t:Foo" class="def" + >Foo</a > <a href="#" class="selflink" >#</a ></p ><div class="doc" ><p - >documentation for foo</p + >documentation for Foo</p ></div ></div ><div class="top" ><p class="src" - ><a id="v:bar" class="def" - >bar</a - > :: <a href="#" + ><a id="v:foo" class="def" + >foo</a + > :: <a href="#" title="Data.Int" >Int</a > <a href="#" class="selflink" >#</a ></p ><div class="doc" ><p - >documentation for bar</p + >documentation for foo</p ></div ></div ></div ></div - ><div id="footer" - ></div ></body ></html > |