aboutsummaryrefslogtreecommitdiff
path: root/html-test
diff options
context:
space:
mode:
Diffstat (limited to 'html-test')
-rwxr-xr-xhtml-test/Main.hs6
-rw-r--r--html-test/ref/A.html77
-rw-r--r--html-test/ref/B.html71
-rw-r--r--html-test/ref/Bold.html35
-rw-r--r--html-test/ref/Bug1.html39
-rw-r--r--html-test/ref/Bug195.html53
-rw-r--r--html-test/ref/Bug2.html31
-rw-r--r--html-test/ref/Bug201.html41
-rw-r--r--html-test/ref/Bug253.html35
-rw-r--r--html-test/ref/Bug26.html77
-rw-r--r--html-test/ref/Bug294.html95
-rw-r--r--html-test/ref/Bug298.html73
-rw-r--r--html-test/ref/Bug3.html35
-rw-r--r--html-test/ref/Bug308.html55
-rw-r--r--html-test/ref/Bug308CrossModule.html41
-rw-r--r--html-test/ref/Bug310.html35
-rw-r--r--html-test/ref/Bug313.html43
-rw-r--r--html-test/ref/Bug335.html41
-rw-r--r--html-test/ref/Bug387.html51
-rw-r--r--html-test/ref/Bug4.html35
-rw-r--r--html-test/ref/Bug6.html131
-rw-r--r--html-test/ref/Bug7.html61
-rw-r--r--html-test/ref/Bug8.html79
-rw-r--r--html-test/ref/Bug85.html69
-rw-r--r--html-test/ref/BugDeprecated.html85
-rw-r--r--html-test/ref/BugExportHeadings.html97
-rw-r--r--html-test/ref/Bugs.html37
-rw-r--r--html-test/ref/DeprecatedClass.html77
-rw-r--r--html-test/ref/DeprecatedData.html53
-rw-r--r--html-test/ref/DeprecatedFunction.html47
-rw-r--r--html-test/ref/DeprecatedFunction2.html35
-rw-r--r--html-test/ref/DeprecatedFunction3.html35
-rw-r--r--html-test/ref/DeprecatedModule.html35
-rw-r--r--html-test/ref/DeprecatedModule2.html31
-rw-r--r--html-test/ref/DeprecatedNewtype.html53
-rw-r--r--html-test/ref/DeprecatedReExport.html43
-rw-r--r--html-test/ref/DeprecatedRecord.html53
-rw-r--r--html-test/ref/DeprecatedTypeFamily.html61
-rw-r--r--html-test/ref/DeprecatedTypeSynonym.html45
-rw-r--r--html-test/ref/Examples.html41
-rw-r--r--html-test/ref/Extensions.html33
-rw-r--r--html-test/ref/FunArgs.html65
-rw-r--r--html-test/ref/GADTRecords.html109
-rw-r--r--html-test/ref/Hash.html191
-rw-r--r--html-test/ref/HiddenInstances.html125
-rw-r--r--html-test/ref/HiddenInstancesB.html51
-rw-r--r--html-test/ref/Hyperlinks.html39
-rw-r--r--html-test/ref/IgnoreExports.html45
-rw-r--r--html-test/ref/ImplicitParams.html63
-rw-r--r--html-test/ref/Instances.html1938
-rw-r--r--html-test/ref/Math.html33
-rw-r--r--html-test/ref/Minimal.html213
-rw-r--r--html-test/ref/ModuleWithWarning.html35
-rw-r--r--html-test/ref/NamedDoc.html25
-rw-r--r--html-test/ref/Nesting.html89
-rw-r--r--html-test/ref/NoLayout.html37
-rw-r--r--html-test/ref/NonGreedy.html37
-rw-r--r--html-test/ref/Operators.html207
-rw-r--r--html-test/ref/OrphanInstances.html41
-rw-r--r--html-test/ref/OrphanInstancesClass.html37
-rw-r--r--html-test/ref/OrphanInstancesType.html35
-rw-r--r--html-test/ref/PatternSyns.html139
-rw-r--r--html-test/ref/PromotedTypes.html117
-rw-r--r--html-test/ref/Properties.html41
-rw-r--r--html-test/ref/PruneWithWarning.html25
-rw-r--r--html-test/ref/QuasiExpr.html167
-rw-r--r--html-test/ref/QuasiQuote.html31
-rw-r--r--html-test/ref/SpuriousSuperclassConstraints.html117
-rw-r--r--html-test/ref/TH.html31
-rw-r--r--html-test/ref/TH2.html31
-rw-r--r--html-test/ref/Test.html977
-rw-r--r--html-test/ref/Threaded.html35
-rw-r--r--html-test/ref/Threaded_TH.html90
-rw-r--r--html-test/ref/Ticket112.html35
-rw-r--r--html-test/ref/Ticket61.html43
-rw-r--r--html-test/ref/Ticket75.html51
-rw-r--r--html-test/ref/TitledPicture.html49
-rw-r--r--html-test/ref/TypeFamilies.html787
-rw-r--r--html-test/ref/TypeFamilies2.html109
-rw-r--r--html-test/ref/TypeOperators.html107
-rw-r--r--html-test/ref/Unicode.html35
-rw-r--r--html-test/ref/Visible.html33
-rw-r--r--html-test/ref/ocean.css15
83 files changed, 5638 insertions, 3012 deletions
diff --git a/html-test/Main.hs b/html-test/Main.hs
index 3880fc3c..67dbeec6 100755
--- a/html-test/Main.hs
+++ b/html-test/Main.hs
@@ -2,6 +2,7 @@
import Data.Char
+import Data.Function (on)
import System.Environment
import System.FilePath
@@ -12,9 +13,10 @@ import Test.Haddock.Xhtml
checkConfig :: CheckConfig Xml
checkConfig = CheckConfig
- { ccfgRead = \mdl input -> stripIfRequired mdl <$> parseXml input
+ { ccfgRead = parseXml
+ , ccfgClean = stripIfRequired
, ccfgDump = dumpXml
- , ccfgEqual = (==)
+ , ccfgEqual = (==) `on` dumpXml
}
diff --git a/html-test/ref/A.html b/html-test/ref/A.html
index 56c04bc6..b58845e5 100644
--- a/html-test/ref/A.html
+++ b/html-test/ref/A.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
>A</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_A.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_A.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,35 +49,35 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>A</a
- > = <a href=""
+ > = <a href="#"
>A</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>other</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>test2</a
- > :: <a href=""
+ > :: <a href="#"
>Bool</a
></li
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>X</a
- > = <a href=""
+ > = <a href="#"
>X</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>reExport</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -88,8 +89,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:A" class="def"
+ > <a id="t:A" class="def"
>A</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs constructors"
><p class="caption"
@@ -97,29 +100,33 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:A" class="def"
+ ><a id="v:A" class="def"
>A</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
></div
><div class="top"
><p class="src"
- ><a href="" id="v:other" class="def"
+ ><a id="v:other" class="def"
>other</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:test2" class="def"
+ ><a id="v:test2" class="def"
>test2</a
- > :: <a href=""
+ > :: <a href="#"
>Bool</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -130,8 +137,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:X" class="def"
+ > <a id="t:X" class="def"
>X</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -143,7 +152,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:X" class="def"
+ ><a id="v:X" class="def"
>X</a
></td
><td class="doc"
@@ -156,10 +165,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:reExport" class="def"
+ ><a id="v:reExport" class="def"
>reExport</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -169,11 +180,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.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
diff --git a/html-test/ref/B.html b/html-test/ref/B.html
index 6176cbeb..d82cf2cc 100644
--- a/html-test/ref/B.html
+++ b/html-test/ref/B.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
>B</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_B.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_B.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,27 +47,27 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- >module <a href=""
+ >module <a href="#"
>A</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>test</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>reExport</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>X</a
- > = <a href=""
+ > = <a href="#"
>X</a
></li
></ul
@@ -76,16 +77,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");};
>Documentation</h1
><div class="top"
><p class="src"
- >module <a href=""
+ >module <a href="#"
>A</a
></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:test" class="def"
+ ><a id="v:test" class="def"
>test</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -93,37 +96,39 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");};
>other</code
>.
These links should work: <code
- ><a href=""
+ ><a href="#"
>other</a
></code
>, <code
- ><a href=""
+ ><a href="#"
>sortBy</a
></code
>, <code
- ><a href=""
+ ><a href="#"
>test2</a
></code
>, <code
- ><a href=""
+ ><a href="#"
>test2</a
></code
>, <code
- ><a href=""
+ ><a href="#"
>fromMaybe</a
></code
>.
- Module link: <a href=""
+ Module link: <a href="#"
>Prelude</a
>.</p
></div
></div
><div class="top"
><p class="src"
- ><a href="" id="v:reExport" class="def"
+ ><a id="v:reExport" class="def"
>reExport</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -134,8 +139,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:X" class="def"
+ > <a id="t:X" class="def"
>X</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -147,7 +154,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:X" class="def"
+ ><a id="v:X" class="def"
>X</a
></td
><td class="doc"
@@ -161,11 +168,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.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
diff --git a/html-test/ref/Bold.html b/html-test/ref/Bold.html
index 904d2239..8325419c 100644
--- a/html-test/ref/Bold.html
+++ b/html-test/ref/Bold.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
>Bold</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_Bold.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bold.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,9 +47,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bold.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: t</li
+ > :: a</li
></ul
></div
><div id="interface"
@@ -56,9 +57,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bold.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: t</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Some <strong
@@ -89,11 +92,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bold.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
diff --git a/html-test/ref/Bug1.html b/html-test/ref/Bug1.html
index 28de3c64..4bedbb86 100644
--- a/html-test/ref/Bug1.html
+++ b/html-test/ref/Bug1.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
>Bug1</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_Bug1.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug1.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,9 +49,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug1.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>T</a
- > = <a href=""
+ > = <a href="#"
>T</a
></li
></ul
@@ -62,14 +63,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug1.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:T" class="def"
+ > <a id="t:T" class="def"
>T</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>We should have different anchors for constructors and types/classes. This
hyperlink should point to the type constructor by default: <code
- ><a href=""
+ ><a href="#"
>T</a
></code
>.</p
@@ -80,11 +83,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug1.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:T" class="def"
+ ><a id="v:T" class="def"
>T</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -92,11 +95,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug1.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
diff --git a/html-test/ref/Bug195.html b/html-test/ref/Bug195.html
index 39816f32..c6af235a 100644
--- a/html-test/ref/Bug195.html
+++ b/html-test/ref/Bug195.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
>Bug195</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_Bug195.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug195.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,8 +49,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:T" class="def"
+ > <a id="t:T" class="def"
>T</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs constructors"
><p class="caption"
@@ -57,11 +60,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:A" class="def"
+ ><a id="v:A" class="def"
>A</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -71,7 +74,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:someField" class="def"
+ ><a id="v:someField" class="def"
>someField</a
> :: ()</dfn
><div class="doc"
@@ -81,7 +84,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.html");};
></li
><li
><dfn class="src"
- ><a href="" id="v:someOtherField" class="def"
+ ><a id="v:someOtherField" class="def"
>someOtherField</a
> :: ()</dfn
><div class="doc"
@@ -95,11 +98,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.html");};
></tr
><tr
><td class="src"
- ><a href="" id="v:B" class="def"
+ ><a id="v:B" class="def"
>B</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -109,7 +112,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:someField" class="def"
+ ><a id="v:someField" class="def"
>someField</a
> :: ()</dfn
><div class="doc"
@@ -119,7 +122,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.html");};
></li
><li
><dfn class="src"
- ><a href="" id="v:someOtherField" class="def"
+ ><a id="v:someOtherField" class="def"
>someOtherField</a
> :: ()</dfn
><div class="doc"
@@ -133,11 +136,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.html");};
></tr
><tr
><td class="src"
- ><a href="" id="v:C" class="def"
+ ><a id="v:C" class="def"
>C</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -147,7 +150,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:someField" class="def"
+ ><a id="v:someField" class="def"
>someField</a
> :: ()</dfn
><div class="doc"
@@ -157,7 +160,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.html");};
></li
><li
><dfn class="src"
- ><a href="" id="v:someOtherField" class="def"
+ ><a id="v:someOtherField" class="def"
>someOtherField</a
> :: ()</dfn
><div class="doc"
@@ -175,11 +178,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug195.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
diff --git a/html-test/ref/Bug2.html b/html-test/ref/Bug2.html
index c28fb609..9ae26bcd 100644
--- a/html-test/ref/Bug2.html
+++ b/html-test/ref/Bug2.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
>Bug2</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_Bug2.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug2.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,20 +47,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug2.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:x" class="def"
+ ><a id="v:x" class="def"
>x</a
- > :: <a href=""
+ > :: <a href="#"
>A</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></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
diff --git a/html-test/ref/Bug201.html b/html-test/ref/Bug201.html
index 58bed8e8..c84b55b1 100644
--- a/html-test/ref/Bug201.html
+++ b/html-test/ref/Bug201.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
>Bug201</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_Bug201.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug201.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,11 +47,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug201.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
> :: ()</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>g</a
> :: ()</li
></ul
@@ -60,9 +61,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug201.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><pre
>This leading whitespace
@@ -72,9 +75,11 @@ should be dropped
></div
><div class="top"
><p class="src"
- ><a href="" id="v:g" class="def"
+ ><a id="v:g" class="def"
>g</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><pre
> But this one
@@ -92,11 +97,7 @@ because there's a space before closing @
></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
diff --git a/html-test/ref/Bug253.html b/html-test/ref/Bug253.html
index d8e49bd4..36640332 100644
--- a/html-test/ref/Bug253.html
+++ b/html-test/ref/Bug253.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
>Bug253</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_Bug253.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug253.html&quot;);};
+//
</script
></head
><body
><div id="package-header"
><ul class="links" id="page-menu"
><li
- ><a href="index.html"
+ ><a href="#"
>Contents</a
></li
><li
- ><a href="doc-index.html"
+ ><a href="#"
>Index</a
></li
></ul
><p class="caption empty"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -62,7 +63,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug253.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href="#v:foo"
+ ><a href="#"
>foo</a
> :: ()</li
></ul
@@ -72,15 +73,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug253.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="#v:foo" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>This link should generate <code
>#v</code
> anchor: <code
- ><a href="DoesNotExist.html#v:fakeFakeFake"
+ ><a href="#"
>fakeFakeFake</a
></code
></p
@@ -89,11 +92,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug253.html");};
></div
></div
><div id="footer"
- ><p
- >Produced by <a href="http://www.haskell.org/haddock/"
- >Haddock</a
- > version 2.16.2</p
- ></div
+ ></div
></body
></html
->
+> \ No newline at end of file
diff --git a/html-test/ref/Bug26.html b/html-test/ref/Bug26.html
index bdb51231..16251c0b 100644
--- a/html-test/ref/Bug26.html
+++ b/html-test/ref/Bug26.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
>Bug26</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_Bug26.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug26.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -58,26 +59,22 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
> :: ()</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>g</a
> :: ()</li
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>C</a
> a <span class="keyword"
>where</span
><ul class="subs"
- ><li
- ><a href=""
- >c_f</a
- > :: a</li
- ></ul
+ ></ul
></li
></ul
></div
@@ -86,9 +83,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Foo</p
@@ -100,9 +99,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:g" class="def"
+ ><a id="v:g" class="def"
>g</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Bar</p
@@ -112,10 +113,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:C" class="def"
+ > <a id="t:C" class="def"
>C</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -125,13 +128,23 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html");};
>Since: 1.0</em
></p
></div
+ ><div class="subs minimal"
+ ><p class="caption"
+ >Minimal complete definition</p
+ ><p class="src"
+ ><a href="#"
+ >c_f</a
+ ></p
+ ></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:c_f" class="def"
+ ><a id="v:c_f" class="def"
>c_f</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
><em
@@ -149,9 +162,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html");};
><span class="inst-left"
><span id="control.i:ic:C:C:1" class="instance expander" onclick="toggleSection('i:ic:C:C:1')"
></span
- > <a href=""
+ > <a href="#"
>C</a
> ()</span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -169,9 +184,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>c_f</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
></td
@@ -183,11 +200,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.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
diff --git a/html-test/ref/Bug294.html b/html-test/ref/Bug294.html
index 59171bd6..c5f62da9 100644
--- a/html-test/ref/Bug294.html
+++ b/html-test/ref/Bug294.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
>Bug294</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_Bug294.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug294.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,8 +49,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug294.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:A" class="def"
+ > <a id="t:A" class="def"
>A</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs instances"
><p id="control.i:A" class="caption collapser" onclick="toggleSection('i:A')"
@@ -61,34 +64,38 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug294.html");};
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>DP</a
- > <a href=""
+ > <a href="#"
>A</a
- > = <a href="" id="v:ProblemCtor-39-" class="def"
+ > = <a id="v:ProblemCtor-39-" class="def"
>ProblemCtor'</a
- > <a href=""
+ > <a href="#"
>A</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>data</span
- > TP <a href=""
+ > TP <a href="#"
>A</a
- > = <a href="" id="v:ProblemCtor" class="def"
+ > = <a id="v:ProblemCtor" class="def"
>ProblemCtor</a
- > <a href=""
+ > <a href="#"
>A</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -96,41 +103,51 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug294.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:problemField" class="def"
+ ><a id="v:problemField" class="def"
>problemField</a
- > :: TO <a href=""
+ > :: TO <a href="#"
>A</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>A</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:problemField-39-" class="def"
+ ><a id="v:problemField-39-" class="def"
>problemField'</a
- > :: DO <a href=""
+ > :: DO <a href="#"
>A</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>A</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:gadtField" class="def"
+ ><a id="v:gadtField" class="def"
>gadtField</a
- > :: GADT <a href=""
+ > :: ({..} -&gt; GADT <a href="#"
>A</a
- > -&gt; <a href=""
+ >) -&gt; <a href="#"
>A</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><div class="top"
><p class="src"
><span class="keyword"
>data family</span
- > <a href="" id="t:DP" class="def"
+ > <a id="t:DP" class="def"
>DP</a
- > t :: *</p
+ > t :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="subs instances"
><p id="control.i:DP" class="caption collapser" onclick="toggleSection('i:DP')"
>Instances</p
@@ -141,18 +158,20 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug294.html");};
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>DP</a
- > <a href=""
+ > <a href="#"
>A</a
- > = <a href="" id="v:ProblemCtor-39-" class="def"
+ > = <a id="v:ProblemCtor-39-" class="def"
>ProblemCtor'</a
- > <a href=""
+ > <a href="#"
>A</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -161,11 +180,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug294.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
diff --git a/html-test/ref/Bug298.html b/html-test/ref/Bug298.html
index 9e52da5e..6204819e 100644
--- a/html-test/ref/Bug298.html
+++ b/html-test/ref/Bug298.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
>Bug298</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_Bug298.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug298.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,23 +47,23 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug298.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>(&lt;^&gt;)</a
> :: (a -&gt; a) -&gt; a -&gt; a</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>(&lt;^)</a
> :: a -&gt; a -&gt; a</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>(^&gt;)</a
> :: a -&gt; a -&gt; a</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>(&#8902;^)</a
> :: a -&gt; a -&gt; a</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
> :: ()</li
></ul
@@ -72,49 +73,59 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug298.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:-60--94--62-" class="def"
+ ><a id="v:-60--94--62-" class="def"
>(&lt;^&gt;)</a
- > :: (a -&gt; a) -&gt; a -&gt; a</p
+ > :: (a -&gt; a) -&gt; a -&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:-60--94-" class="def"
+ ><a id="v:-60--94-" class="def"
>(&lt;^)</a
- > :: a -&gt; a -&gt; a</p
+ > :: a -&gt; a -&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:-94--62-" class="def"
+ ><a id="v:-94--62-" class="def"
>(^&gt;)</a
- > :: a -&gt; a -&gt; a</p
+ > :: a -&gt; a -&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:-8902--94-" class="def"
+ ><a id="v:-8902--94-" class="def"
>(&#8902;^)</a
- > :: a -&gt; a -&gt; a</p
+ > :: a -&gt; a -&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Links to <code
- ><a href=""
+ ><a href="#"
>&lt;^&gt;</a
></code
> and <code
- ><a href=""
+ ><a href="#"
>^&gt;</a
></code
>, <code
- ><a href=""
+ ><a href="#"
>&lt;^</a
></code
> and <code
- ><a href=""
+ ><a href="#"
>&#8902;^</a
></code
>.</p
@@ -123,11 +134,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug298.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
diff --git a/html-test/ref/Bug3.html b/html-test/ref/Bug3.html
index 70e799be..eaa16f97 100644
--- a/html-test/ref/Bug3.html
+++ b/html-test/ref/Bug3.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
>Bug3</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_Bug3.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug3.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,9 +47,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug3.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -58,10 +59,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug3.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -72,11 +75,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug3.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
diff --git a/html-test/ref/Bug308.html b/html-test/ref/Bug308.html
index 23761bec..915aec4c 100644
--- a/html-test/ref/Bug308.html
+++ b/html-test/ref/Bug308.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
>Bug308</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_Bug308.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug308.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,11 +47,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug308.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
> :: ()</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>g</a
> :: ()</li
></ul
@@ -60,40 +61,44 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug308.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
- >start<a name="startAnchor"
+ >start<a id="startAnchor"
></a
- > followed by middle<a name="middleAnchor"
+ > followed by middle<a id="middleAnchor"
></a
- > and end<a name="endAnchor"
+ > and end<a id="endAnchor"
></a
></p
></div
></div
><div class="top"
><p class="src"
- ><a href="" id="v:g" class="def"
+ ><a id="v:g" class="def"
>g</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
- >start <a href=""
+ >start <a href="#"
>Bug308</a
></p
><p
- >startOldStyle <a href=""
+ >startOldStyle <a href="#"
>Bug308</a
></p
><p
- >middle <a href=""
+ >middle <a href="#"
>Bug308</a
></p
><p
- >end <a href=""
+ >end <a href="#"
>Bug308</a
></p
></div
@@ -101,11 +106,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug308.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
diff --git a/html-test/ref/Bug308CrossModule.html b/html-test/ref/Bug308CrossModule.html
index fea4c4a5..b2ae2adf 100644
--- a/html-test/ref/Bug308CrossModule.html
+++ b/html-test/ref/Bug308CrossModule.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
>Bug308CrossModule</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_Bug308CrossModule.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug308CrossModule.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,7 +47,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug308CrossModule.html
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>h</a
> :: ()</li
></ul
@@ -56,24 +57,26 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug308CrossModule.html
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:h" class="def"
+ ><a id="v:h" class="def"
>h</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
- >start <a href=""
+ >start <a href="#"
>Bug308</a
></p
><p
- >startOldStyle <a href=""
+ >startOldStyle <a href="#"
>Bug308</a
></p
><p
- >middle <a href=""
+ >middle <a href="#"
>Bug308</a
></p
><p
- >end <a href=""
+ >end <a href="#"
>Bug308</a
></p
></div
@@ -81,11 +84,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug308CrossModule.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
diff --git a/html-test/ref/Bug310.html b/html-test/ref/Bug310.html
index 62717c76..894e136f 100644
--- a/html-test/ref/Bug310.html
+++ b/html-test/ref/Bug310.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
>Bug310</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_Bug310.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug310.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,9 +49,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug310.html");};
><li class="src short"
><span class="keyword"
>type family</span
- > a <a href=""
+ > a <a href="#"
>+</a
- > b :: <a href=""
+ > b :: <a href="#"
>Nat</a
></li
></ul
@@ -62,14 +63,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug310.html");};
><p class="src"
><span class="keyword"
>type family</span
- > a <a href="" id="t:-43-" class="def"
+ > a <a id="t:-43-" class="def"
>+</a
- > b :: <a href=""
+ > b :: <a href="#"
>Nat</a
> <span class="fixity"
>infixl 6</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -79,11 +82,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug310.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
diff --git a/html-test/ref/Bug313.html b/html-test/ref/Bug313.html
index 5477cf2c..131b3382 100644
--- a/html-test/ref/Bug313.html
+++ b/html-test/ref/Bug313.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
>Bug313</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_Bug313.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug313.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -49,7 +50,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug313.html");};
>The first list is incorrectly numbered as 1. 2. 1.; the second example
renders fine (1. 2. 3.).</p
><p
- >See <a href=""
+ >See <a href="#"
>https://github.com/haskell/haddock/issues/313</a
></p
></div
@@ -59,11 +60,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug313.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>a</a
> :: a</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>b</a
> :: a</li
></ul
@@ -73,9 +74,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug313.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:a" class="def"
+ ><a id="v:a" class="def"
>a</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Some text.</p
@@ -97,9 +100,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug313.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:b" class="def"
+ ><a id="v:b" class="def"
>b</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Some text.</p
@@ -122,11 +127,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug313.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
diff --git a/html-test/ref/Bug335.html b/html-test/ref/Bug335.html
index 6b3dc613..ea760d41 100644
--- a/html-test/ref/Bug335.html
+++ b/html-test/ref/Bug335.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
>Bug335</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_Bug335.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug335.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,11 +47,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug335.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
> :: ()</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>g</a
> :: ()</li
></ul
@@ -60,9 +61,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug335.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><h3 id="control.ch:f0" class="caption expander" onclick="toggleSection('ch:f0')"
>ExF:</h3
@@ -74,9 +77,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug335.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:g" class="def"
+ ><a id="v:g" class="def"
>g</a
- > :: ()</p
+ > :: () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><h3 id="control.ch:g0" class="caption expander" onclick="toggleSection('ch:g0')"
>ExG:</h3
@@ -115,11 +120,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug335.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
diff --git a/html-test/ref/Bug387.html b/html-test/ref/Bug387.html
index 80735916..25d6d989 100644
--- a/html-test/ref/Bug387.html
+++ b/html-test/ref/Bug387.html
@@ -1,34 +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
>Bug387</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_Bug387.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug387.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,11 +47,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug387.html");};
>Contents</p
><ul
><li
- ><a href=""
+ ><a href="#"
>Section1</a
></li
><li
- ><a href=""
+ ><a href="#"
>Section2</a
></li
></ul
@@ -62,52 +61,52 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug387.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>test1</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>test2</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
></div
><div id="interface"
><h1 id="g:1"
- >Section1<a name="a:section1"
+ >Section1<a id="a:section1"
></a
></h1
><div class="top"
><p class="src"
- ><a href="" id="v:test1" class="def"
+ ><a id="v:test1" class="def"
>test1</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><h1 id="g:2"
- >Section2<a name="a:section2"
+ >Section2<a id="a:section2"
></a
></h1
><div class="top"
><p class="src"
- ><a href="" id="v:test2" class="def"
+ ><a id="v:test2" class="def"
>test2</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></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
diff --git a/html-test/ref/Bug4.html b/html-test/ref/Bug4.html
index f1fab937..22792fc1 100644
--- a/html-test/ref/Bug4.html
+++ b/html-test/ref/Bug4.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
>Bug4</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_Bug4.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug4.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,9 +47,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug4.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -58,10 +59,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug4.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -71,11 +74,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug4.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
diff --git a/html-test/ref/Bug6.html b/html-test/ref/Bug6.html
index 407a031c..27e5251d 100644
--- a/html-test/ref/Bug6.html
+++ b/html-test/ref/Bug6.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
>Bug6</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_Bug6.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug6.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -56,25 +57,25 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>A</a
- > = <a href=""
+ > = <a href="#"
>A</a
- > <a href=""
+ > <a href="#"
>Int</a
></li
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>B</a
- > = <a href=""
+ > = <a href="#"
>B</a
> {<ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>b</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -82,21 +83,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>C</a
- > = <a href=""
+ > = <a href="#"
>C</a
> {<ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>c1</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li
- ><a href=""
+ ><a href="#"
>c2</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -104,23 +105,23 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>D</a
- > = <a href=""
+ > = <a href="#"
>D</a
- > <a href=""
+ > <a href="#"
>Int</a
- > <a href=""
+ > <a href="#"
>Int</a
></li
><li class="src short"
><span class="keyword"
>newtype</span
- > <a href=""
+ > <a href="#"
>E</a
- > = <a href=""
+ > = <a href="#"
>E</a
- > <a href=""
+ > <a href="#"
>Int</a
></li
></ul
@@ -132,8 +133,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:A" class="def"
+ > <a id="t:A" class="def"
>A</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -145,13 +148,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:A" class="def"
+ ><a id="v:A" class="def"
>A</a
- > <a href=""
+ > <a href="#"
>Int</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -160,8 +163,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:B" class="def"
+ > <a id="t:B" class="def"
>B</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -174,11 +179,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:B" class="def"
+ ><a id="v:B" class="def"
>B</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -188,13 +193,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:b" class="def"
+ ><a id="v:b" class="def"
>b</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc empty"
- >&nbsp;</div
+ ></div
></li
></ul
></div
@@ -207,8 +212,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:C" class="def"
+ > <a id="t:C" class="def"
>C</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -220,11 +227,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:C" class="def"
+ ><a id="v:C" class="def"
>C</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -234,23 +241,23 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:c1" class="def"
+ ><a id="v:c1" class="def"
>c1</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc empty"
- >&nbsp;</div
+ ></div
></li
><li
><dfn class="src"
- ><a href="" id="v:c2" class="def"
+ ><a id="v:c2" class="def"
>c2</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc empty"
- >&nbsp;</div
+ ></div
></li
></ul
></div
@@ -263,8 +270,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:D" class="def"
+ > <a id="t:D" class="def"
>D</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -277,15 +286,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:D" class="def"
+ ><a id="v:D" class="def"
>D</a
- > <a href=""
+ > <a href="#"
>Int</a
- > <a href=""
+ > <a href="#"
>Int</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -294,8 +303,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><p class="src"
><span class="keyword"
>newtype</span
- > <a href="" id="t:E" class="def"
+ > <a id="t:E" class="def"
>E</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -307,13 +318,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:E" class="def"
+ ><a id="v:E" class="def"
>E</a
- > <a href=""
+ > <a href="#"
>Int</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -321,11 +332,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.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
diff --git a/html-test/ref/Bug7.html b/html-test/ref/Bug7.html
index f3bd4db6..fe9e4569 100644
--- a/html-test/ref/Bug7.html
+++ b/html-test/ref/Bug7.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
>Bug7</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_Bug7.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug7.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -57,15 +58,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Foo</a
- > = <a href=""
+ > = <a href="#"
>Foo</a
></li
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>Bar</a
> x y</li
></ul
@@ -77,8 +78,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Foo" class="def"
+ > <a id="t:Foo" class="def"
>Foo</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -90,11 +93,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:Foo" class="def"
+ ><a id="v:Foo" class="def"
>Foo</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -108,13 +111,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.html");};
><span class="inst-left"
><span id="control.i:id:Foo:Bar:1" class="instance expander" onclick="toggleSection('i:id:Foo:Bar:1')"
></span
- > <a href=""
+ > <a href="#"
>Bar</a
- > <a href=""
+ > <a href="#"
>Foo</a
- > <a href=""
+ > <a href="#"
>Foo</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -135,9 +140,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:Bar" class="def"
+ > <a id="t:Bar" class="def"
>Bar</a
- > x y</p
+ > x y <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>The Bar class</p
@@ -152,13 +159,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.html");};
><span class="inst-left"
><span id="control.i:ic:Bar:Bar:1" class="instance expander" onclick="toggleSection('i:ic:Bar:Bar:1')"
></span
- > <a href=""
+ > <a href="#"
>Bar</a
- > <a href=""
+ > <a href="#"
>Foo</a
- > <a href=""
+ > <a href="#"
>Foo</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -178,11 +187,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug7.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
diff --git a/html-test/ref/Bug8.html b/html-test/ref/Bug8.html
index 6f0bc654..d32e0dbb 100644
--- a/html-test/ref/Bug8.html
+++ b/html-test/ref/Bug8.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
>Bug8</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_Bug8.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug8.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,8 +49,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug8.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Typ" class="def"
+ > <a id="t:Typ" class="def"
>Typ</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs constructors"
><p class="caption"
@@ -57,85 +60,91 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug8.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:Type" class="def"
+ ><a id="v:Type" class="def"
>Type</a
- > (<a href=""
+ > (<a href="#"
>Typ</a
- >, [<a href=""
+ >, [<a href="#"
>Typ</a
>])</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:TFree" class="def"
+ ><a id="v:TFree" class="def"
>TFree</a
- > (<a href=""
+ > (<a href="#"
>Typ</a
- >, [<a href=""
+ >, [<a href="#"
>Typ</a
>])</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
></div
><div class="top"
><p class="src"
- ><a href="" id="v:-45--45--62-" class="def"
+ ><a id="v:-45--45--62-" class="def"
>(--&gt;)</a
- > :: t -&gt; t1 -&gt; <a href=""
+ > :: t -&gt; t1 -&gt; <a href="#"
>Typ</a
> <span class="fixity"
>infix 9</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:-45--45--45--62-" class="def"
+ ><a id="v:-45--45--45--62-" class="def"
>(---&gt;)</a
- > :: <a href=""
+ > :: <a href="#"
>Foldable</a
- > t0 =&gt; t0 t -&gt; <a href=""
+ > t0 =&gt; t0 t -&gt; <a href="#"
>Typ</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Typ</a
> <span class="fixity"
>infix 9</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:s" class="def"
+ ><a id="v:s" class="def"
>s</a
- > :: t</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:t" class="def"
+ ><a id="v:t" class="def"
>t</a
- > :: t</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:main" class="def"
+ ><a id="v:main" class="def"
>main</a
- > :: t</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></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
diff --git a/html-test/ref/Bug85.html b/html-test/ref/Bug85.html
index e1f0431f..90042380 100644
--- a/html-test/ref/Bug85.html
+++ b/html-test/ref/Bug85.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
>Bug85</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_Bug85.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bug85.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,10 +49,20 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Foo" class="def"
+ > <a id="t:Foo" class="def"
>Foo</a
- > :: (* -&gt; *) -&gt; * -&gt; * <span class="keyword"
+ > :: (<a href="#"
+ >*</a
+ > -&gt; <a href="#"
+ >*</a
+ >) -&gt; <a href="#"
+ >*</a
+ > -&gt; <a href="#"
+ >*</a
+ > <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs constructors"
><p class="caption"
@@ -59,13 +70,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:Bar" class="def"
+ ><a id="v:Bar" class="def"
>Bar</a
- > :: f x -&gt; <a href=""
+ > :: f x -&gt; <a href="#"
>Foo</a
> f (f x)</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -74,10 +85,14 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Baz" class="def"
+ > <a id="t:Baz" class="def"
>Baz</a
- > :: * <span class="keyword"
+ > :: <a href="#"
+ >*</a
+ > <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs constructors"
><p class="caption"
@@ -85,13 +100,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:Baz-39-" class="def"
+ ><a id="v:Baz-39-" class="def"
>Baz'</a
- > :: <a href=""
+ > :: <a href="#"
>Baz</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -100,10 +115,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Qux" class="def"
+ > <a id="t:Qux" class="def"
>Qux</a
> <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs constructors"
><p class="caption"
@@ -111,13 +128,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:Quux" class="def"
+ ><a id="v:Quux" class="def"
>Quux</a
- > :: <a href=""
+ > :: <a href="#"
>Qux</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -125,11 +142,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug85.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
diff --git a/html-test/ref/BugDeprecated.html b/html-test/ref/BugDeprecated.html
index 28cf89be..a6da413e 100644
--- a/html-test/ref/BugDeprecated.html
+++ b/html-test/ref/BugDeprecated.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
>BugDeprecated</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_BugDeprecated.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_BugDeprecated.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,39 +47,39 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugDeprecated.html");}
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>bar</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>baz</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>one</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>two</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>three</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -88,10 +89,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugDeprecated.html");}
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -102,10 +105,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugDeprecated.html");}
></div
><div class="top"
><p class="src"
- ><a href="" id="v:bar" class="def"
+ ><a id="v:bar" class="def"
>bar</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -116,10 +121,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugDeprecated.html");}
></div
><div class="top"
><p class="src"
- ><a href="" id="v:baz" class="def"
+ ><a id="v:baz" class="def"
>baz</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -130,10 +137,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugDeprecated.html");}
></div
><div class="top"
><p class="src"
- ><a href="" id="v:one" class="def"
+ ><a id="v:one" class="def"
>one</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -146,10 +155,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugDeprecated.html");}
></div
><div class="top"
><p class="src"
- ><a href="" id="v:two" class="def"
+ ><a id="v:two" class="def"
>two</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -160,10 +171,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugDeprecated.html");}
></div
><div class="top"
><p class="src"
- ><a href="" id="v:three" class="def"
+ ><a id="v:three" class="def"
>three</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -175,11 +188,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugDeprecated.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
diff --git a/html-test/ref/BugExportHeadings.html b/html-test/ref/BugExportHeadings.html
index d6ae0359..e8fd6fa6 100644
--- a/html-test/ref/BugExportHeadings.html
+++ b/html-test/ref/BugExportHeadings.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
>BugExportHeadings</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_BugExportHeadings.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_BugExportHeadings.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,27 +47,27 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugExportHeadings.html
>Contents</p
><ul
><li
- ><a href=""
+ ><a href="#"
>Foo</a
></li
><li
- ><a href=""
+ ><a href="#"
>Bar</a
></li
><li
- ><a href=""
+ ><a href="#"
>Baz</a
></li
><li
- ><a href=""
+ ><a href="#"
>One</a
></li
><li
- ><a href=""
+ ><a href="#"
>Two</a
></li
><li
- ><a href=""
+ ><a href="#"
>Three</a
></li
></ul
@@ -76,39 +77,39 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugExportHeadings.html
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>bar</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>baz</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>one</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>two</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>three</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -118,40 +119,48 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugExportHeadings.html
>Foo</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><h1 id="g:2"
>Bar</h1
><div class="top"
><p class="src"
- ><a href="" id="v:bar" class="def"
+ ><a id="v:bar" class="def"
>bar</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><h1 id="g:3"
>Baz</h1
><div class="top"
><p class="src"
- ><a href="" id="v:baz" class="def"
+ ><a id="v:baz" class="def"
>baz</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><h1 id="g:4"
>One</h1
><div class="top"
><p class="src"
- ><a href="" id="v:one" class="def"
+ ><a id="v:one" class="def"
>one</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -164,10 +173,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugExportHeadings.html
>Two</h1
><div class="top"
><p class="src"
- ><a href="" id="v:two" class="def"
+ ><a id="v:two" class="def"
>two</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -180,10 +191,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugExportHeadings.html
>Three</h1
><div class="top"
><p class="src"
- ><a href="" id="v:three" class="def"
+ ><a id="v:three" class="def"
>three</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -195,11 +208,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugExportHeadings.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
diff --git a/html-test/ref/Bugs.html b/html-test/ref/Bugs.html
index 78807f43..cf87d82f 100644
--- a/html-test/ref/Bugs.html
+++ b/html-test/ref/Bugs.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
>Bugs</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_Bugs.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Bugs.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,22 +49,24 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bugs.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:A" class="def"
+ > <a id="t:A" class="def"
>A</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:A" class="def"
+ ><a id="v:A" class="def"
>A</a
- > a (a -&gt; <a href=""
+ > a (a -&gt; <a href="#"
>Int</a
>)</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -71,11 +74,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bugs.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
diff --git a/html-test/ref/DeprecatedClass.html b/html-test/ref/DeprecatedClass.html
index 7bf4b41c..43e1a255 100644
--- a/html-test/ref/DeprecatedClass.html
+++ b/html-test/ref/DeprecatedClass.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
>DeprecatedClass</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_DeprecatedClass.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedClass.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,30 +49,22 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedClass.html")
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>SomeClass</a
> a <span class="keyword"
>where</span
><ul class="subs"
- ><li
- ><a href=""
- >foo</a
- > :: a -&gt; a</li
- ></ul
+ ></ul
></li
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>SomeOtherClass</a
> a <span class="keyword"
>where</span
><ul class="subs"
- ><li
- ><a href=""
- >bar</a
- > :: a -&gt; a</li
- ></ul
+ ></ul
></li
></ul
></div
@@ -82,10 +75,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedClass.html")
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:SomeClass" class="def"
+ > <a id="t:SomeClass" class="def"
>SomeClass</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -95,13 +90,23 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedClass.html")
><p
>some class</p
></div
+ ><div class="subs minimal"
+ ><p class="caption"
+ >Minimal complete definition</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ ></p
+ ></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: a -&gt; a</p
+ > :: a -&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><div class="warning"
><p
@@ -116,10 +121,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedClass.html")
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:SomeOtherClass" class="def"
+ > <a id="t:SomeOtherClass" class="def"
>SomeOtherClass</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -127,13 +134,23 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedClass.html")
>Deprecated: SomeOtherClass</p
></div
></div
+ ><div class="subs minimal"
+ ><p class="caption"
+ >Minimal complete definition</p
+ ><p class="src"
+ ><a href="#"
+ >bar</a
+ ></p
+ ></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:bar" class="def"
+ ><a id="v:bar" class="def"
>bar</a
- > :: a -&gt; a</p
+ > :: a -&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><div class="warning"
><p
@@ -145,11 +162,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedClass.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
diff --git a/html-test/ref/DeprecatedData.html b/html-test/ref/DeprecatedData.html
index 0a90e110..2e53f3ea 100644
--- a/html-test/ref/DeprecatedData.html
+++ b/html-test/ref/DeprecatedData.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
>DeprecatedData</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_DeprecatedData.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedData.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,15 +49,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedData.html");
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Foo</a
><ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>Foo</a
></li
><li
- >| <a href=""
+ >| <a href="#"
>Bar</a
></li
></ul
@@ -64,15 +65,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedData.html");
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>One</a
><ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>One</a
></li
><li
- >| <a href=""
+ >| <a href="#"
>Two</a
></li
></ul
@@ -86,8 +87,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedData.html");
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Foo" class="def"
+ > <a id="t:Foo" class="def"
>Foo</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -103,7 +106,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedData.html");
><table
><tr
><td class="src"
- ><a href="" id="v:Foo" class="def"
+ ><a id="v:Foo" class="def"
>Foo</a
></td
><td class="doc"
@@ -117,7 +120,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedData.html");
></tr
><tr
><td class="src"
- ><a href="" id="v:Bar" class="def"
+ ><a id="v:Bar" class="def"
>Bar</a
></td
><td class="doc"
@@ -136,8 +139,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedData.html");
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:One" class="def"
+ > <a id="t:One" class="def"
>One</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -151,7 +156,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedData.html");
><table
><tr
><td class="src"
- ><a href="" id="v:One" class="def"
+ ><a id="v:One" class="def"
>One</a
></td
><td class="doc"
@@ -163,7 +168,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedData.html");
></tr
><tr
><td class="src"
- ><a href="" id="v:Two" class="def"
+ ><a id="v:Two" class="def"
>Two</a
></td
><td class="doc"
@@ -179,11 +184,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedData.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
diff --git a/html-test/ref/DeprecatedFunction.html b/html-test/ref/DeprecatedFunction.html
index b015bc95..8ac2218a 100644
--- a/html-test/ref/DeprecatedFunction.html
+++ b/html-test/ref/DeprecatedFunction.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
>DeprecatedFunction</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_DeprecatedFunction.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedFunction.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,15 +47,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedFunction.htm
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>bar</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -64,16 +65,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedFunction.htm
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
><p
>Deprecated: use <code
- ><a href=""
+ ><a href="#"
>bar</a
></code
> instead</p
@@ -84,10 +87,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedFunction.htm
></div
><div class="top"
><p class="src"
- ><a href="" id="v:bar" class="def"
+ ><a id="v:bar" class="def"
>bar</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -97,11 +102,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedFunction.htm
></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
diff --git a/html-test/ref/DeprecatedFunction2.html b/html-test/ref/DeprecatedFunction2.html
index 46a509ee..545e3d72 100644
--- a/html-test/ref/DeprecatedFunction2.html
+++ b/html-test/ref/DeprecatedFunction2.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
>DeprecatedFunction2</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_DeprecatedFunction2.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedFunction2.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,9 +47,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedFunction2.ht
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -58,10 +59,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedFunction2.ht
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -73,11 +76,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedFunction2.ht
></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
diff --git a/html-test/ref/DeprecatedFunction3.html b/html-test/ref/DeprecatedFunction3.html
index 1749d024..fc20977e 100644
--- a/html-test/ref/DeprecatedFunction3.html
+++ b/html-test/ref/DeprecatedFunction3.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
>DeprecatedFunction3</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_DeprecatedFunction3.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedFunction3.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,9 +47,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedFunction3.ht
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
></li
></ul
@@ -58,10 +59,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedFunction3.ht
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -73,11 +76,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedFunction3.ht
></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
diff --git a/html-test/ref/DeprecatedModule.html b/html-test/ref/DeprecatedModule.html
index 1dd3fb45..0811319d 100644
--- a/html-test/ref/DeprecatedModule.html
+++ b/html-test/ref/DeprecatedModule.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
>DeprecatedModule</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_DeprecatedModule.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedModule.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -47,12 +48,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedModule.html"
><div class="doc"
><div class="warning"
><p
- >Deprecated: Use <a href=""
+ >Deprecated: Use <a href="#"
>Foo</a
> instead</p
></div
><p
- >Documentation for <a href=""
+ >Documentation for <a href="#"
>DeprecatedModule</a
>.</p
></div
@@ -62,20 +63,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedModule.html"
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></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
diff --git a/html-test/ref/DeprecatedModule2.html b/html-test/ref/DeprecatedModule2.html
index dea6dc97..db453568 100644
--- a/html-test/ref/DeprecatedModule2.html
+++ b/html-test/ref/DeprecatedModule2.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
>DeprecatedModule2</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_DeprecatedModule2.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedModule2.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -56,20 +57,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedModule2.html
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></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
diff --git a/html-test/ref/DeprecatedNewtype.html b/html-test/ref/DeprecatedNewtype.html
index c521ec33..3af56b1b 100644
--- a/html-test/ref/DeprecatedNewtype.html
+++ b/html-test/ref/DeprecatedNewtype.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
>DeprecatedNewtype</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_DeprecatedNewtype.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedNewtype.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,21 +49,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedNewtype.html
><li class="src short"
><span class="keyword"
>newtype</span
- > <a href=""
+ > <a href="#"
>SomeNewType</a
- > = <a href=""
+ > = <a href="#"
>SomeNewTypeConst</a
- > <a href=""
+ > <a href="#"
>String</a
></li
><li class="src short"
><span class="keyword"
>newtype</span
- > <a href=""
+ > <a href="#"
>SomeOtherNewType</a
- > = <a href=""
+ > = <a href="#"
>SomeOtherNewTypeConst</a
- > <a href=""
+ > <a href="#"
>String</a
></li
></ul
@@ -74,8 +75,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedNewtype.html
><p class="src"
><span class="keyword"
>newtype</span
- > <a href="" id="t:SomeNewType" class="def"
+ > <a id="t:SomeNewType" class="def"
>SomeNewType</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -91,9 +94,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedNewtype.html
><table
><tr
><td class="src"
- ><a href="" id="v:SomeNewTypeConst" class="def"
+ ><a id="v:SomeNewTypeConst" class="def"
>SomeNewTypeConst</a
- > <a href=""
+ > <a href="#"
>String</a
></td
><td class="doc"
@@ -112,8 +115,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedNewtype.html
><p class="src"
><span class="keyword"
>newtype</span
- > <a href="" id="t:SomeOtherNewType" class="def"
+ > <a id="t:SomeOtherNewType" class="def"
>SomeOtherNewType</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -127,9 +132,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedNewtype.html
><table
><tr
><td class="src"
- ><a href="" id="v:SomeOtherNewTypeConst" class="def"
+ ><a id="v:SomeOtherNewTypeConst" class="def"
>SomeOtherNewTypeConst</a
- > <a href=""
+ > <a href="#"
>String</a
></td
><td class="doc"
@@ -145,11 +150,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedNewtype.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
diff --git a/html-test/ref/DeprecatedReExport.html b/html-test/ref/DeprecatedReExport.html
index f73c2996..595ae4ca 100644
--- a/html-test/ref/DeprecatedReExport.html
+++ b/html-test/ref/DeprecatedReExport.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
>DeprecatedReExport</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_DeprecatedReExport.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedReExport.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,11 +47,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm
>Contents</p
><ul
><li
- ><a href=""
+ ><a href="#"
>Re-exported from an other module</a
></li
><li
- ><a href=""
+ ><a href="#"
>Re-exported from an other package</a
></li
></ul
@@ -72,9 +73,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -84,16 +85,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm
>Re-exported from an other module</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
><p
>Deprecated: use <code
- ><a href=""
+ ><a href="#"
>bar</a
></code
> instead</p
@@ -106,7 +109,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm
>Re-exported from an other package</h1
><div class="doc"
><p
- >Not yet working, see <a href=""
+ >Not yet working, see <a href="#"
>http://trac.haskell.org/haddock/ticket/223</a
>
, isEmptyChan</p
@@ -114,11 +117,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm
></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
diff --git a/html-test/ref/DeprecatedRecord.html b/html-test/ref/DeprecatedRecord.html
index 5991b7dc..82da6d30 100644
--- a/html-test/ref/DeprecatedRecord.html
+++ b/html-test/ref/DeprecatedRecord.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
>DeprecatedRecord</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_DeprecatedRecord.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedRecord.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,21 +49,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedRecord.html"
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Foo</a
- > = <a href=""
+ > = <a href="#"
>Foo</a
> {<ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>fooName</a
- > :: <a href=""
+ > :: <a href="#"
>String</a
></li
><li
- ><a href=""
+ ><a href="#"
>fooValue</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -76,8 +77,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedRecord.html"
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Foo" class="def"
+ > <a id="t:Foo" class="def"
>Foo</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -89,11 +92,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedRecord.html"
><table
><tr
><td class="src"
- ><a href="" id="v:Foo" class="def"
+ ><a id="v:Foo" class="def"
>Foo</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -103,9 +106,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedRecord.html"
><ul
><li
><dfn class="src"
- ><a href="" id="v:fooName" class="def"
+ ><a id="v:fooName" class="def"
>fooName</a
- > :: <a href=""
+ > :: <a href="#"
>String</a
></dfn
><div class="doc"
@@ -115,9 +118,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedRecord.html"
></li
><li
><dfn class="src"
- ><a href="" id="v:fooValue" class="def"
+ ><a id="v:fooValue" class="def"
>fooValue</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc"
@@ -139,11 +142,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedRecord.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
diff --git a/html-test/ref/DeprecatedTypeFamily.html b/html-test/ref/DeprecatedTypeFamily.html
index 175c1b25..c31eae53 100644
--- a/html-test/ref/DeprecatedTypeFamily.html
+++ b/html-test/ref/DeprecatedTypeFamily.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
>DeprecatedTypeFamily</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_DeprecatedTypeFamily.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedTypeFamily.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,15 +49,23 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedTypeFamily.h
><li class="src short"
><span class="keyword"
>data family</span
- > <a href=""
+ > <a href="#"
>SomeTypeFamily</a
- > k :: * -&gt; *</li
+ > k :: <a href="#"
+ >*</a
+ > -&gt; <a href="#"
+ >*</a
+ ></li
><li class="src short"
><span class="keyword"
>data family</span
- > <a href=""
+ > <a href="#"
>SomeOtherTypeFamily</a
- > k :: * -&gt; *</li
+ > k :: <a href="#"
+ >*</a
+ > -&gt; <a href="#"
+ >*</a
+ ></li
></ul
></div
><div id="interface"
@@ -66,9 +75,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedTypeFamily.h
><p class="src"
><span class="keyword"
>data family</span
- > <a href="" id="t:SomeTypeFamily" class="def"
+ > <a id="t:SomeTypeFamily" class="def"
>SomeTypeFamily</a
- > k :: * -&gt; *</p
+ > k :: <a href="#"
+ >*</a
+ > -&gt; <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><div class="warning"
><p
@@ -82,9 +97,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedTypeFamily.h
><p class="src"
><span class="keyword"
>data family</span
- > <a href="" id="t:SomeOtherTypeFamily" class="def"
+ > <a id="t:SomeOtherTypeFamily" class="def"
>SomeOtherTypeFamily</a
- > k :: * -&gt; *</p
+ > k :: <a href="#"
+ >*</a
+ > -&gt; <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><div class="warning"
><p
@@ -95,11 +116,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedTypeFamily.h
></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
diff --git a/html-test/ref/DeprecatedTypeSynonym.html b/html-test/ref/DeprecatedTypeSynonym.html
index 0f986624..df0050ed 100644
--- a/html-test/ref/DeprecatedTypeSynonym.html
+++ b/html-test/ref/DeprecatedTypeSynonym.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
>DeprecatedTypeSynonym</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_DeprecatedTypeSynonym.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_DeprecatedTypeSynonym.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,17 +49,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedTypeSynonym.
><li class="src short"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>TypeSyn</a
- > = <a href=""
+ > = <a href="#"
>String</a
></li
><li class="src short"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>OtherTypeSyn</a
- > = <a href=""
+ > = <a href="#"
>String</a
></li
></ul
@@ -70,10 +71,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedTypeSynonym.
><p class="src"
><span class="keyword"
>type</span
- > <a href="" id="t:TypeSyn" class="def"
+ > <a id="t:TypeSyn" class="def"
>TypeSyn</a
- > = <a href=""
+ > = <a href="#"
>String</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -88,10 +91,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedTypeSynonym.
><p class="src"
><span class="keyword"
>type</span
- > <a href="" id="t:OtherTypeSyn" class="def"
+ > <a id="t:OtherTypeSyn" class="def"
>OtherTypeSyn</a
- > = <a href=""
+ > = <a href="#"
>String</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><div class="warning"
@@ -103,11 +108,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedTypeSynonym.
></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
diff --git a/html-test/ref/Examples.html b/html-test/ref/Examples.html
index 57c359df..e885928b 100644
--- a/html-test/ref/Examples.html
+++ b/html-test/ref/Examples.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
>Examples</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_Examples.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Examples.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,11 +47,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Examples.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>fib</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Integer</a
></li
></ul
@@ -60,17 +61,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_Examples.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:fib" class="def"
+ ><a id="v:fib" class="def"
>fib</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Integer</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>Fibonacci number of given <code
- ><a href=""
+ ><a href="#"
>Integer</a
></code
>.</p
@@ -164,11 +167,7 @@ bar
></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
diff --git a/html-test/ref/Extensions.html b/html-test/ref/Extensions.html
index 780466b8..554bab12 100644
--- a/html-test/ref/Extensions.html
+++ b/html-test/ref/Extensions.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
>Extensions</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_Extensions.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Extensions.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -58,7 +59,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Extensions.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foobar</a
> :: t</li
></ul
@@ -68,9 +69,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Extensions.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foobar" class="def"
+ ><a id="v:foobar" class="def"
>foobar</a
- > :: t</p
+ > :: t <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Bar</p
@@ -79,11 +82,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Extensions.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
diff --git a/html-test/ref/FunArgs.html b/html-test/ref/FunArgs.html
index d889b611..d1ee154a 100644
--- a/html-test/ref/FunArgs.html
+++ b/html-test/ref/FunArgs.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
>FunArgs</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_FunArgs.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_FunArgs.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,8 +47,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs arguments"
><p class="caption"
@@ -55,15 +58,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.html");};
><table
><tr
><td class="src"
- >:: <a href=""
+ >:: <a href="#"
>Ord</a
> a</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- >=&gt; <a href=""
+ >=&gt; <a href="#"
>Int</a
></td
><td class="doc"
@@ -81,7 +84,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.html");};
></tr
><tr
><td class="src"
- >-&gt; <a href=""
+ >-&gt; <a href="#"
>Bool</a
></td
><td class="doc"
@@ -110,8 +113,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:g" class="def"
+ ><a id="v:g" class="def"
>g</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs arguments"
><p class="caption"
@@ -154,8 +159,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:h" class="def"
+ ><a id="v:h" class="def"
>h</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs arguments"
><p class="caption"
@@ -198,8 +205,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:i" class="def"
+ ><a id="v:i" class="def"
>i</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs arguments"
><p class="caption"
@@ -209,13 +218,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.html");};
><td class="src"
>:: <span class="keyword"
>forall</span
- > (b :: <a href=""
- >()</a
- >). (d ~ <a href=""
+ > (b :: ()). d ~ <a href="#"
>()</a
- >)</td
+ ></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
@@ -238,8 +245,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:j" class="def"
+ ><a id="v:j" class="def"
>j</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs arguments"
><p class="caption"
@@ -249,9 +258,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.html");};
><td class="src"
>:: <span class="keyword"
>forall</span
- > (a :: <a href=""
- >()</a
- >). proxy a</td
+ > (a :: ()). proxy a</td
><td class="doc"
><p
>First argument</p
@@ -271,11 +278,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_FunArgs.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
diff --git a/html-test/ref/GADTRecords.html b/html-test/ref/GADTRecords.html
index b5b60d0f..7cec535c 100644
--- a/html-test/ref/GADTRecords.html
+++ b/html-test/ref/GADTRecords.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
>GADTRecords</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_GADTRecords.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_GADTRecords.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,55 +49,41 @@ window.onload = function () {pageLoad();setSynopsis("mini_GADTRecords.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>H1</a
> a b <span class="keyword"
>where</span
><ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>C1</a
- > :: <a href=""
+ > :: <a href="#"
>H1</a
> a b</li
><li
- ><a href=""
+ ><a href="#"
>C2</a
- > :: <a href=""
+ > :: <a href="#"
>Ord</a
- > a =&gt; [a] -&gt; <a href=""
+ > a =&gt; [a] -&gt; <a href="#"
>H1</a
> a a</li
><li
- ><a href=""
+ ><a href="#"
>C3</a
- > :: { <ul class="subs"
- ><li
- ><a href=""
- >field</a
- > :: <a href=""
- >Int</a
- ></li
- ></ul
- > } -&gt; <a href=""
+ > :: {..} -&gt; <a href="#"
>H1</a
- > <a href=""
+ > <a href="#"
>Int</a
- > <a href=""
+ > <a href="#"
>Int</a
></li
><li
- ><a href=""
+ ><a href="#"
>C4</a
- > :: { <ul class="subs"
- ><li
- ><a href=""
- >field2</a
- > :: a</li
- ></ul
- > } -&gt; <a href=""
+ > :: {..} -&gt; <a href="#"
>H1</a
- > <a href=""
+ > <a href="#"
>Int</a
> a</li
></ul
@@ -110,10 +97,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_GADTRecords.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:H1" class="def"
+ > <a id="t:H1" class="def"
>H1</a
> a b <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -125,41 +114,39 @@ window.onload = function () {pageLoad();setSynopsis("mini_GADTRecords.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:C1" class="def"
+ ><a id="v:C1" class="def"
>C1</a
- > :: <a href=""
+ > :: <a href="#"
>H1</a
> a b</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:C2" class="def"
+ ><a id="v:C2" class="def"
>C2</a
- > :: <a href=""
+ > :: <a href="#"
>Ord</a
- > a =&gt; [a] -&gt; <a href=""
+ > a =&gt; [a] -&gt; <a href="#"
>H1</a
> a a</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:C3" class="def"
+ ><a id="v:C3" class="def"
>C3</a
- > :: <a href=""
- >Int</a
- > -&gt; <a href=""
+ > :: {..} -&gt; <a href="#"
>H1</a
- > <a href=""
+ > <a href="#"
>Int</a
- > <a href=""
+ > <a href="#"
>Int</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -169,9 +156,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_GADTRecords.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:field" class="def"
+ ><a id="v:field" class="def"
>field</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc"
@@ -185,15 +172,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_GADTRecords.html");};
></tr
><tr
><td class="src"
- ><a href="" id="v:C4" class="def"
+ ><a id="v:C4" class="def"
>C4</a
- > :: a -&gt; <a href=""
+ > :: {..} -&gt; <a href="#"
>H1</a
- > <a href=""
+ > <a href="#"
>Int</a
> a</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -203,7 +190,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_GADTRecords.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:field2" class="def"
+ ><a id="v:field2" class="def"
>field2</a
> :: a</dfn
><div class="doc"
@@ -221,11 +208,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_GADTRecords.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
diff --git a/html-test/ref/Hash.html b/html-test/ref/Hash.html
index 6e15a771..85c61f62 100644
--- a/html-test/ref/Hash.html
+++ b/html-test/ref/Hash.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
>Hash</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_Hash.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Hash.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,13 +47,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
>Contents</p
><ul
><li
- ><a href=""
+ ><a href="#"
>The <code
>HashTable</code
> type</a
><ul
><li
- ><a href=""
+ ><a href="#"
>Operations on <code
>HashTable</code
>s</a
@@ -60,7 +61,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
></ul
></li
><li
- ><a href=""
+ ><a href="#"
>The <code
>Hash</code
> class</a
@@ -83,58 +84,52 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>HashTable</a
> key val</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>new</a
- > :: (<a href=""
+ > :: (<a href="#"
>Eq</a
- > key, <a href=""
+ > key, <a href="#"
>Hash</a
- > key) =&gt; <a href=""
+ > key) =&gt; <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>IO</a
- > (<a href=""
+ > (<a href="#"
>HashTable</a
> key val)</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>insert</a
- > :: (<a href=""
+ > :: (<a href="#"
>Eq</a
- > key, <a href=""
+ > key, <a href="#"
>Hash</a
- > key) =&gt; key -&gt; val -&gt; <a href=""
+ > key) =&gt; key -&gt; val -&gt; <a href="#"
>IO</a
> ()</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>lookup</a
- > :: <a href=""
+ > :: <a href="#"
>Hash</a
- > key =&gt; key -&gt; <a href=""
+ > key =&gt; key -&gt; <a href="#"
>IO</a
- > (<a href=""
+ > (<a href="#"
>Maybe</a
> val)</li
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>Hash</a
> a <span class="keyword"
>where</span
><ul class="subs"
- ><li
- ><a href=""
- >hash</a
- > :: a -&gt; <a href=""
- >Int</a
- ></li
- ></ul
+ ></ul
></li
></ul
></div
@@ -147,9 +142,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:HashTable" class="def"
+ > <a id="t:HashTable" class="def"
>HashTable</a
- > key val</p
+ > key val <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>A hash table with keys of type <code
@@ -160,7 +157,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
The type <code
>key</code
> should be an instance of <code
- ><a href=""
+ ><a href="#"
>Eq</a
></code
>.</p
@@ -172,19 +169,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
>s</h2
><div class="top"
><p class="src"
- ><a href="" id="v:new" class="def"
+ ><a id="v:new" class="def"
>new</a
- > :: (<a href=""
+ > :: (<a href="#"
>Eq</a
- > key, <a href=""
+ > key, <a href="#"
>Hash</a
- > key) =&gt; <a href=""
+ > key) =&gt; <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>IO</a
- > (<a href=""
+ > (<a href="#"
>HashTable</a
- > key val)</p
+ > key val) <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Builds a new hash table with a given size</p
@@ -192,15 +191,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:insert" class="def"
+ ><a id="v:insert" class="def"
>insert</a
- > :: (<a href=""
+ > :: (<a href="#"
>Eq</a
- > key, <a href=""
+ > key, <a href="#"
>Hash</a
- > key) =&gt; key -&gt; val -&gt; <a href=""
+ > key) =&gt; key -&gt; val -&gt; <a href="#"
>IO</a
- > ()</p
+ > () <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Inserts a new element into the hash table</p
@@ -208,26 +209,28 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:lookup" class="def"
+ ><a id="v:lookup" class="def"
>lookup</a
- > :: <a href=""
+ > :: <a href="#"
>Hash</a
- > key =&gt; key -&gt; <a href=""
+ > key =&gt; key -&gt; <a href="#"
>IO</a
- > (<a href=""
+ > (<a href="#"
>Maybe</a
- > val)</p
+ > val) <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Looks up a key in the hash table, returns <code
><code
- ><a href=""
+ ><a href="#"
>Just</a
></code
> val</code
> if the key
was found, or <code
- ><a href=""
+ ><a href="#"
>Nothing</a
></code
> otherwise.</p
@@ -241,30 +244,42 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:Hash" class="def"
+ > <a id="t:Hash" class="def"
>Hash</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>A class of types which can be hashed.</p
></div
+ ><div class="subs minimal"
+ ><p class="caption"
+ >Minimal complete definition</p
+ ><p class="src"
+ ><a href="#"
+ >hash</a
+ ></p
+ ></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:hash" class="def"
+ ><a id="v:hash" class="def"
>hash</a
- > :: a -&gt; <a href=""
+ > :: a -&gt; <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>hashes the value of type <code
>a</code
> into an <code
- ><a href=""
+ ><a href="#"
>Int</a
></code
></p
@@ -280,14 +295,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
><span class="inst-left"
><span id="control.i:ic:Hash:Hash:1" class="instance expander" onclick="toggleSection('i:ic:Hash:Hash:1')"
></span
- > <a href=""
+ > <a href="#"
>Hash</a
- > <a href=""
+ > <a href="#"
>Float</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -296,12 +313,14 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>hash</a
- > :: <a href=""
+ > :: <a href="#"
>Float</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></div
@@ -312,14 +331,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
><span class="inst-left"
><span id="control.i:ic:Hash:Hash:2" class="instance expander" onclick="toggleSection('i:ic:Hash:Hash:2')"
></span
- > <a href=""
+ > <a href="#"
>Hash</a
- > <a href=""
+ > <a href="#"
>Int</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -328,12 +349,14 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>hash</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></div
@@ -344,16 +367,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
><span class="inst-left"
><span id="control.i:ic:Hash:Hash:3" class="instance expander" onclick="toggleSection('i:ic:Hash:Hash:3')"
></span
- > (<a href=""
+ > (<a href="#"
>Hash</a
- > a, <a href=""
+ > a, <a href="#"
>Hash</a
- > b) =&gt; <a href=""
+ > b) =&gt; <a href="#"
>Hash</a
> (a, b)</span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -362,10 +387,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>hash</a
- > :: (a, b) -&gt; <a href=""
+ > :: (a, b) -&gt; <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></div
@@ -378,11 +405,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hash.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
diff --git a/html-test/ref/HiddenInstances.html b/html-test/ref/HiddenInstances.html
index 3eb94df8..90cb1c3b 100644
--- a/html-test/ref/HiddenInstances.html
+++ b/html-test/ref/HiddenInstances.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
>HiddenInstances</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_HiddenInstances.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_HiddenInstances.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,13 +49,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstances.html")
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>VisibleClass</a
> a</li
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>VisibleData</a
></li
></ul
@@ -66,9 +67,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstances.html")
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:VisibleClass" class="def"
+ > <a id="t:VisibleClass" class="def"
>VisibleClass</a
- > a</p
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Should be visible</p
@@ -83,11 +86,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstances.html")
><span class="inst-left"
><span id="control.i:ic:VisibleClass:VisibleClass:1" class="instance expander" onclick="toggleSection('i:ic:VisibleClass:VisibleClass:1')"
></span
- > <a href=""
+ > <a href="#"
>VisibleClass</a
- > <a href=""
+ > <a href="#"
>Int</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -105,11 +110,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstances.html")
><span class="inst-left"
><span id="control.i:ic:VisibleClass:VisibleClass:2" class="instance expander" onclick="toggleSection('i:ic:VisibleClass:VisibleClass:2')"
></span
- > <a href=""
+ > <a href="#"
>VisibleClass</a
- > <a href=""
+ > <a href="#"
>VisibleData</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -130,8 +137,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstances.html")
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:VisibleData" class="def"
+ > <a id="t:VisibleData" class="def"
>VisibleData</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -147,11 +156,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstances.html")
><span class="inst-left"
><span id="control.i:id:VisibleData:Num:1" class="instance expander" onclick="toggleSection('i:id:VisibleData:Num:1')"
></span
- > <a href=""
+ > <a href="#"
>Num</a
- > <a href=""
+ > <a href="#"
>VisibleData</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -165,66 +176,80 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstances.html")
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>(+)</a
- > :: <a href=""
+ > :: <a href="#"
>VisibleData</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>VisibleData</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>VisibleData</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href=""
+ ><a href="#"
>(-)</a
- > :: <a href=""
+ > :: <a href="#"
>VisibleData</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>VisibleData</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>VisibleData</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href=""
+ ><a href="#"
>(*)</a
- > :: <a href=""
+ > :: <a href="#"
>VisibleData</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>VisibleData</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>VisibleData</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href=""
+ ><a href="#"
>negate</a
- > :: <a href=""
+ > :: <a href="#"
>VisibleData</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>VisibleData</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href=""
+ ><a href="#"
>abs</a
- > :: <a href=""
+ > :: <a href="#"
>VisibleData</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>VisibleData</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href=""
+ ><a href="#"
>signum</a
- > :: <a href=""
+ > :: <a href="#"
>VisibleData</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>VisibleData</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href=""
+ ><a href="#"
>fromInteger</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>VisibleData</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></div
@@ -235,11 +260,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstances.html")
><span class="inst-left"
><span id="control.i:id:VisibleData:VisibleClass:2" class="instance expander" onclick="toggleSection('i:id:VisibleData:VisibleClass:2')"
></span
- > <a href=""
+ > <a href="#"
>VisibleClass</a
- > <a href=""
+ > <a href="#"
>VisibleData</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -259,11 +286,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstances.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
diff --git a/html-test/ref/HiddenInstancesB.html b/html-test/ref/HiddenInstancesB.html
index 8a1eb968..fc8824fa 100644
--- a/html-test/ref/HiddenInstancesB.html
+++ b/html-test/ref/HiddenInstancesB.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
>HiddenInstancesB</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_HiddenInstancesB.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_HiddenInstancesB.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,13 +49,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstancesB.html"
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>Foo</a
> a</li
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bar</a
></li
></ul
@@ -66,9 +67,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstancesB.html"
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:Foo" class="def"
+ > <a id="t:Foo" class="def"
>Foo</a
- > a</p
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Should be visible</p
@@ -83,11 +86,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstancesB.html"
><span class="inst-left"
><span id="control.i:ic:Foo:Foo:1" class="instance expander" onclick="toggleSection('i:ic:Foo:Foo:1')"
></span
- > <a href=""
+ > <a href="#"
>Foo</a
- > <a href=""
+ > <a href="#"
>Bar</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -108,8 +113,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstancesB.html"
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Bar" class="def"
+ > <a id="t:Bar" class="def"
>Bar</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -125,11 +132,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstancesB.html"
><span class="inst-left"
><span id="control.i:id:Bar:Foo:1" class="instance expander" onclick="toggleSection('i:id:Bar:Foo:1')"
></span
- > <a href=""
+ > <a href="#"
>Foo</a
- > <a href=""
+ > <a href="#"
>Bar</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -149,11 +158,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_HiddenInstancesB.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
diff --git a/html-test/ref/Hyperlinks.html b/html-test/ref/Hyperlinks.html
index b5547e50..bb19f4bc 100644
--- a/html-test/ref/Hyperlinks.html
+++ b/html-test/ref/Hyperlinks.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
>Hyperlinks</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_Hyperlinks.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Hyperlinks.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,9 +47,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hyperlinks.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -58,18 +59,20 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hyperlinks.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
- >A plain URL: <a href=""
+ >A plain URL: <a href="#"
>http://example.com/</a
></p
><p
- >A URL with a label: <a href=""
+ >A URL with a label: <a href="#"
>some link</a
></p
></div
@@ -77,11 +80,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Hyperlinks.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
diff --git a/html-test/ref/IgnoreExports.html b/html-test/ref/IgnoreExports.html
index 6591f0d3..746a3aa5 100644
--- a/html-test/ref/IgnoreExports.html
+++ b/html-test/ref/IgnoreExports.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
>IgnoreExports</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_IgnoreExports.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_IgnoreExports.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,15 +47,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_IgnoreExports.html");}
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>bar</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -64,10 +65,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_IgnoreExports.html");}
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -76,10 +79,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_IgnoreExports.html");}
></div
><div class="top"
><p class="src"
- ><a href="" id="v:bar" class="def"
+ ><a id="v:bar" class="def"
>bar</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -89,11 +94,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_IgnoreExports.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
diff --git a/html-test/ref/ImplicitParams.html b/html-test/ref/ImplicitParams.html
index c81f484b..95128b9d 100644
--- a/html-test/ref/ImplicitParams.html
+++ b/html-test/ref/ImplicitParams.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
>ImplicitParams</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_ImplicitParams.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_ImplicitParams.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,8 +49,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_ImplicitParams.html");
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:X" class="def"
+ > <a id="t:X" class="def"
>X</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs constructors"
><p class="caption"
@@ -57,55 +60,57 @@ window.onload = function () {pageLoad();setSynopsis("mini_ImplicitParams.html");
><table
><tr
><td class="src"
- ><a href="" id="v:X" class="def"
+ ><a id="v:X" class="def"
>X</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
></div
><div class="top"
><p class="src"
- ><a href="" id="v:c" class="def"
+ ><a id="v:c" class="def"
>c</a
- > :: (?x :: <a href=""
+ > :: (?x :: <a href="#"
>X</a
- >) =&gt; <a href=""
+ >) =&gt; <a href="#"
>X</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:d" class="def"
+ ><a id="v:d" class="def"
>d</a
- > :: (?x :: <a href=""
+ > :: (?x :: <a href="#"
>X</a
- >, ?y :: <a href=""
+ >, ?y :: <a href="#"
>X</a
- >) =&gt; (<a href=""
+ >) =&gt; (<a href="#"
>X</a
- >, <a href=""
+ >, <a href="#"
>X</a
- >)</p
+ >) <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: ((?x :: <a href=""
+ > :: ((?x :: <a href="#"
>X</a
- >) =&gt; a) -&gt; a</p
+ >) =&gt; a) -&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></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
diff --git a/html-test/ref/Instances.html b/html-test/ref/Instances.html
new file mode 100644
index 00000000..e3a2cb78
--- /dev/null
+++ b/html-test/ref/Instances.html
@@ -0,0 +1,1938 @@
+<html xmlns="http://www.w3.org/1999/xhtml"
+><head
+ ><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
+ /><title
+ >Instances</title
+ ><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"
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Instances.html&quot;);};
+//
+</script
+ ></head
+ ><body
+ ><div id="package-header"
+ ><ul class="links" id="page-menu"
+ ><li
+ ><a href="#"
+ >Contents</a
+ ></li
+ ><li
+ ><a href="#"
+ >Index</a
+ ></li
+ ></ul
+ ><p class="caption empty"
+ ></p
+ ></div
+ ><div id="content"
+ ><div id="module-header"
+ ><table class="info"
+ ><tr
+ ><th
+ >Safe Haskell</th
+ ><td
+ >Safe</td
+ ></tr
+ ></table
+ ><p class="caption"
+ >Instances</p
+ ></div
+ ><div id="interface"
+ ><h1
+ >Documentation</h1
+ ><div class="top"
+ ><p class="src"
+ ><span class="keyword"
+ >newtype</span
+ > a <a id="t:-60--126--126-" class="def"
+ >&lt;~~</a
+ > b <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><div class="subs constructors"
+ ><p class="caption"
+ >Constructors</p
+ ><table
+ ><tr
+ ><td class="src"
+ ><a id="v:Xyzzy" class="def"
+ >Xyzzy</a
+ > (b -&gt; (a, a))</td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ></table
+ ></div
+ ><div class="subs instances"
+ ><p id="control.i:-60--126--126-" class="caption collapser" onclick="toggleSection('i:-60--126--126-')"
+ >Instances</p
+ ><div id="section.i:-60--126--126-" class="show"
+ ><table
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:id:-60--126--126-:Foo:1" class="instance expander" onclick="toggleSection('i:id:-60--126--126-:Foo:1')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > (<a href="#"
+ >(&lt;~~)</a
+ > a)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:id:-60--126--126-:Foo:1" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ > :: (a <a href="#"
+ >&lt;~~</a
+ > <a href="#"
+ >Int</a
+ >) -&gt; a -&gt; a <a href="#"
+ >&lt;~~</a
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >foo'</a
+ > :: (a <a href="#"
+ >&lt;~~</a
+ > (a <a href="#"
+ >&lt;~~</a
+ > a)) -&gt; <a href="#"
+ >Int</a
+ > -&gt; a <a href="#"
+ >&lt;~~</a
+ > (a <a href="#"
+ >&lt;~~</a
+ > <a href="#"
+ >Int</a
+ >) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ></table
+ ></div
+ ></div
+ ></div
+ ><div class="top"
+ ><p class="src"
+ ><span class="keyword"
+ >class</span
+ > <a id="t:Foo" class="def"
+ >Foo</a
+ > f <span class="keyword"
+ >where</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a id="v:foo" class="def"
+ >foo</a
+ > :: f <a href="#"
+ >Int</a
+ > -&gt; a -&gt; f a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a id="v:foo-39-" class="def"
+ >foo'</a
+ > :: f (f a) -&gt; <a href="#"
+ >Int</a
+ > -&gt; f (f <a href="#"
+ >Int</a
+ >) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ><div class="subs instances"
+ ><p id="control.i:Foo" class="caption collapser" onclick="toggleSection('i:Foo')"
+ >Instances</p
+ ><div id="section.i:Foo" class="show"
+ ><table
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Foo:Foo:1" class="instance expander" onclick="toggleSection('i:ic:Foo:Foo:1')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > []</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Foo:Foo:1" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ > :: [<a href="#"
+ >Int</a
+ >] -&gt; a -&gt; [a] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >foo'</a
+ > :: [[a]] -&gt; <a href="#"
+ >Int</a
+ > -&gt; [[<a href="#"
+ >Int</a
+ >]] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Foo:Foo:2" class="instance expander" onclick="toggleSection('i:ic:Foo:Foo:2')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > <a href="#"
+ >Maybe</a
+ ></span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Foo:Foo:2" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ > :: <a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Int</a
+ > -&gt; a -&gt; <a href="#"
+ >Maybe</a
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >foo'</a
+ > :: <a href="#"
+ >Maybe</a
+ > (<a href="#"
+ >Maybe</a
+ > a) -&gt; <a href="#"
+ >Int</a
+ > -&gt; <a href="#"
+ >Maybe</a
+ > (<a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Int</a
+ >) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Foo:Foo:3" class="instance expander" onclick="toggleSection('i:ic:Foo:Foo:3')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > ((-&gt;) a)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Foo:Foo:3" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ > :: (a -&gt; <a href="#"
+ >Int</a
+ >) -&gt; a -&gt; a -&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >foo'</a
+ > :: (a -&gt; a -&gt; a) -&gt; <a href="#"
+ >Int</a
+ > -&gt; a -&gt; a -&gt; <a href="#"
+ >Int</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Foo:Foo:4" class="instance expander" onclick="toggleSection('i:ic:Foo:Foo:4')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > (<a href="#"
+ >Either</a
+ > a)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Foo:Foo:4" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ > :: <a href="#"
+ >Either</a
+ > a <a href="#"
+ >Int</a
+ > -&gt; a -&gt; <a href="#"
+ >Either</a
+ > a a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >foo'</a
+ > :: <a href="#"
+ >Either</a
+ > a (<a href="#"
+ >Either</a
+ > a a) -&gt; <a href="#"
+ >Int</a
+ > -&gt; <a href="#"
+ >Either</a
+ > a (<a href="#"
+ >Either</a
+ > a <a href="#"
+ >Int</a
+ >) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Foo:Foo:5" class="instance expander" onclick="toggleSection('i:ic:Foo:Foo:5')"
+ ></span
+ > (<a href="#"
+ >Eq</a
+ > a, <a href="#"
+ >Foo</a
+ > f) =&gt; <a href="#"
+ >Foo</a
+ > (<a href="#"
+ >(,)</a
+ > (f a))</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Foo:Foo:5" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ > :: (f a, <a href="#"
+ >Int</a
+ >) -&gt; a -&gt; (f a, a) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >foo'</a
+ > :: (f a, (f a, a)) -&gt; <a href="#"
+ >Int</a
+ > -&gt; (f a, (f a, <a href="#"
+ >Int</a
+ >)) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Foo:Foo:6" class="instance expander" onclick="toggleSection('i:ic:Foo:Foo:6')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > (<a href="#"
+ >(&lt;~~)</a
+ > a)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Foo:Foo:6" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ > :: (a <a href="#"
+ >&lt;~~</a
+ > <a href="#"
+ >Int</a
+ >) -&gt; a -&gt; a <a href="#"
+ >&lt;~~</a
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >foo'</a
+ > :: (a <a href="#"
+ >&lt;~~</a
+ > (a <a href="#"
+ >&lt;~~</a
+ > a)) -&gt; <a href="#"
+ >Int</a
+ > -&gt; a <a href="#"
+ >&lt;~~</a
+ > (a <a href="#"
+ >&lt;~~</a
+ > <a href="#"
+ >Int</a
+ >) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Foo:Foo:7" class="instance expander" onclick="toggleSection('i:ic:Foo:Foo:7')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > (<a href="#"
+ >(,,)</a
+ > a a)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Foo:Foo:7" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ > :: (a, a, <a href="#"
+ >Int</a
+ >) -&gt; a -&gt; (a, a, a) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >foo'</a
+ > :: (a, a, (a, a, a)) -&gt; <a href="#"
+ >Int</a
+ > -&gt; (a, a, (a, a, <a href="#"
+ >Int</a
+ >)) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Foo:Foo:8" class="instance expander" onclick="toggleSection('i:ic:Foo:Foo:8')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > (<a href="#"
+ >Quux</a
+ > a b)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Foo:Foo:8" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ > :: <a href="#"
+ >Quux</a
+ > a b <a href="#"
+ >Int</a
+ > -&gt; a -&gt; <a href="#"
+ >Quux</a
+ > a b a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >foo'</a
+ > :: <a href="#"
+ >Quux</a
+ > a b (<a href="#"
+ >Quux</a
+ > a b a) -&gt; <a href="#"
+ >Int</a
+ > -&gt; <a href="#"
+ >Quux</a
+ > a b (<a href="#"
+ >Quux</a
+ > a b <a href="#"
+ >Int</a
+ >) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ></table
+ ></div
+ ></div
+ ></div
+ ><div class="top"
+ ><p class="src"
+ ><span class="keyword"
+ >class</span
+ > <a href="#"
+ >Foo</a
+ > f =&gt; <a id="t:Bar" class="def"
+ >Bar</a
+ > f a <span class="keyword"
+ >where</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a id="v:bar" class="def"
+ >bar</a
+ > :: f a -&gt; f <a href="#"
+ >Bool</a
+ > -&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a id="v:bar-39-" class="def"
+ >bar'</a
+ > :: f (f a) -&gt; f (f (f b)) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a id="v:bar0" class="def"
+ >bar0</a
+ >, <a id="v:bar1" class="def"
+ >bar1</a
+ > :: (f a, f a) -&gt; (f b, f c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ><div class="subs instances"
+ ><p id="control.i:Bar" class="caption collapser" onclick="toggleSection('i:Bar')"
+ >Instances</p
+ ><div id="section.i:Bar" class="show"
+ ><table
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Bar:Bar:1" class="instance expander" onclick="toggleSection('i:ic:Bar:Bar:1')"
+ ></span
+ > <a href="#"
+ >Bar</a
+ > <a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Bool</a
+ ></span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Bar:Bar:1" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >bar</a
+ > :: <a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Bool</a
+ > -&gt; <a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Bool</a
+ > -&gt; <a href="#"
+ >Bool</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar'</a
+ > :: <a href="#"
+ >Maybe</a
+ > (<a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Bool</a
+ >) -&gt; <a href="#"
+ >Maybe</a
+ > (<a href="#"
+ >Maybe</a
+ > (<a href="#"
+ >Maybe</a
+ > b)) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar0</a
+ > :: (<a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Bool</a
+ >, <a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Bool</a
+ >) -&gt; (<a href="#"
+ >Maybe</a
+ > b, <a href="#"
+ >Maybe</a
+ > c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar1</a
+ > :: (<a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Bool</a
+ >, <a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Bool</a
+ >) -&gt; (<a href="#"
+ >Maybe</a
+ > b, <a href="#"
+ >Maybe</a
+ > c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Bar:Bar:2" class="instance expander" onclick="toggleSection('i:ic:Bar:Bar:2')"
+ ></span
+ > <a href="#"
+ >Bar</a
+ > <a href="#"
+ >Maybe</a
+ > [a]</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Bar:Bar:2" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >bar</a
+ > :: <a href="#"
+ >Maybe</a
+ > [a] -&gt; <a href="#"
+ >Maybe</a
+ > <a href="#"
+ >Bool</a
+ > -&gt; [a] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar'</a
+ > :: <a href="#"
+ >Maybe</a
+ > (<a href="#"
+ >Maybe</a
+ > [a]) -&gt; <a href="#"
+ >Maybe</a
+ > (<a href="#"
+ >Maybe</a
+ > (<a href="#"
+ >Maybe</a
+ > b)) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar0</a
+ > :: (<a href="#"
+ >Maybe</a
+ > [a], <a href="#"
+ >Maybe</a
+ > [a]) -&gt; (<a href="#"
+ >Maybe</a
+ > b, <a href="#"
+ >Maybe</a
+ > c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar1</a
+ > :: (<a href="#"
+ >Maybe</a
+ > [a], <a href="#"
+ >Maybe</a
+ > [a]) -&gt; (<a href="#"
+ >Maybe</a
+ > b, <a href="#"
+ >Maybe</a
+ > c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Bar:Bar:3" class="instance expander" onclick="toggleSection('i:ic:Bar:Bar:3')"
+ ></span
+ > <a href="#"
+ >Bar</a
+ > [] (a, a)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Bar:Bar:3" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >bar</a
+ > :: [(a, a)] -&gt; [<a href="#"
+ >Bool</a
+ >] -&gt; (a, a) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar'</a
+ > :: [[(a, a)]] -&gt; [[[b]]] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar0</a
+ > :: ([(a, a)], [(a, a)]) -&gt; ([b], [c]) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar1</a
+ > :: ([(a, a)], [(a, a)]) -&gt; ([b], [c]) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Bar:Bar:4" class="instance expander" onclick="toggleSection('i:ic:Bar:Bar:4')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > f =&gt; <a href="#"
+ >Bar</a
+ > (<a href="#"
+ >Either</a
+ > a) (f a)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Bar:Bar:4" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >bar</a
+ > :: <a href="#"
+ >Either</a
+ > a (f a) -&gt; <a href="#"
+ >Either</a
+ > a <a href="#"
+ >Bool</a
+ > -&gt; f a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar'</a
+ > :: <a href="#"
+ >Either</a
+ > a (<a href="#"
+ >Either</a
+ > a (f a)) -&gt; <a href="#"
+ >Either</a
+ > a (<a href="#"
+ >Either</a
+ > a (<a href="#"
+ >Either</a
+ > a b)) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar0</a
+ > :: (<a href="#"
+ >Either</a
+ > a (f a), <a href="#"
+ >Either</a
+ > a (f a)) -&gt; (<a href="#"
+ >Either</a
+ > a b, <a href="#"
+ >Either</a
+ > a c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar1</a
+ > :: (<a href="#"
+ >Either</a
+ > a (f a), <a href="#"
+ >Either</a
+ > a (f a)) -&gt; (<a href="#"
+ >Either</a
+ > a b, <a href="#"
+ >Either</a
+ > a c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Bar:Bar:5" class="instance expander" onclick="toggleSection('i:ic:Bar:Bar:5')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > (<a href="#"
+ >(,,)</a
+ > a b) =&gt; <a href="#"
+ >Bar</a
+ > (<a href="#"
+ >(,,)</a
+ > a b) (a, b, a)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Bar:Bar:5" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >bar</a
+ > :: (a, b, (a, b, a)) -&gt; (a, b, <a href="#"
+ >Bool</a
+ >) -&gt; (a, b, a) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar'</a
+ > :: (a, b, (a, b, (a, b, a))) -&gt; (a, b, (a, b, (a, b, b))) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar0</a
+ > :: ((a, b, (a, b, a)), (a, b, (a, b, a))) -&gt; ((a, b, b), (a, b, c)) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar1</a
+ > :: ((a, b, (a, b, a)), (a, b, (a, b, a))) -&gt; ((a, b, b), (a, b, c)) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Bar:Bar:6" class="instance expander" onclick="toggleSection('i:ic:Bar:Bar:6')"
+ ></span
+ > <a href="#"
+ >Bar</a
+ > (<a href="#"
+ >Quux</a
+ > a c) (<a href="#"
+ >Quux</a
+ > a b c)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Bar:Bar:6" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >bar</a
+ > :: <a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c) -&gt; <a href="#"
+ >Quux</a
+ > a c <a href="#"
+ >Bool</a
+ > -&gt; <a href="#"
+ >Quux</a
+ > a b c <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar'</a
+ > :: <a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c)) -&gt; <a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a c b)) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar0</a
+ > :: (<a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c), <a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c)) -&gt; (<a href="#"
+ >Quux</a
+ > a c b, <a href="#"
+ >Quux</a
+ > a c c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar1</a
+ > :: (<a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c), <a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c)) -&gt; (<a href="#"
+ >Quux</a
+ > a c b, <a href="#"
+ >Quux</a
+ > a c c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ></table
+ ></div
+ ></div
+ ></div
+ ><div class="top"
+ ><p class="src"
+ ><span class="keyword"
+ >class</span
+ > <a id="t:Baz" class="def"
+ >Baz</a
+ > a <span class="keyword"
+ >where</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a id="v:baz" class="def"
+ >baz</a
+ > :: a -&gt; (<span class="keyword"
+ >forall</span
+ > a. a -&gt; a) -&gt; (b, <span class="keyword"
+ >forall</span
+ > c. c -&gt; a) -&gt; (b, c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a id="v:baz-39-" class="def"
+ >baz'</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > b. b -&gt; a) -&gt; (<span class="keyword"
+ >forall</span
+ > b. b -&gt; a) -&gt; [(b, a)] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a id="v:baz-39--39-" class="def"
+ >baz''</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > b. (<span class="keyword"
+ >forall</span
+ > b. b -&gt; a) -&gt; c) -&gt; <span class="keyword"
+ >forall</span
+ > c. c -&gt; b <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ><div class="subs instances"
+ ><p id="control.i:Baz" class="caption collapser" onclick="toggleSection('i:Baz')"
+ >Instances</p
+ ><div id="section.i:Baz" class="show"
+ ><table
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Baz:Baz:1" class="instance expander" onclick="toggleSection('i:ic:Baz:Baz:1')"
+ ></span
+ > <a href="#"
+ >Baz</a
+ > [c]</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Baz:Baz:1" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >baz</a
+ > :: [c] -&gt; (<span class="keyword"
+ >forall</span
+ > a. a -&gt; a) -&gt; (b, <span class="keyword"
+ >forall</span
+ > a. a -&gt; [c]) -&gt; (b, c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz'</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > b. b -&gt; [c]) -&gt; (<span class="keyword"
+ >forall</span
+ > b. b -&gt; [c]) -&gt; [(b, [c])] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz''</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > b. (<span class="keyword"
+ >forall</span
+ > a. a -&gt; [c]) -&gt; c) -&gt; <span class="keyword"
+ >forall</span
+ > a. a -&gt; b <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Baz:Baz:2" class="instance expander" onclick="toggleSection('i:ic:Baz:Baz:2')"
+ ></span
+ > <a href="#"
+ >Baz</a
+ > (a -&gt; b)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Baz:Baz:2" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >baz</a
+ > :: (a -&gt; b) -&gt; (<span class="keyword"
+ >forall</span
+ > c. c -&gt; c) -&gt; (b, <span class="keyword"
+ >forall</span
+ > c. c -&gt; a -&gt; b) -&gt; (b, c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz'</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > c. c -&gt; a -&gt; b) -&gt; (<span class="keyword"
+ >forall</span
+ > c. c -&gt; a -&gt; b) -&gt; [(b, a -&gt; b)] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz''</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > c. (<span class="keyword"
+ >forall</span
+ > d. d -&gt; a -&gt; b) -&gt; c) -&gt; <span class="keyword"
+ >forall</span
+ > c. c -&gt; b <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Baz:Baz:3" class="instance expander" onclick="toggleSection('i:ic:Baz:Baz:3')"
+ ></span
+ > <a href="#"
+ >Baz</a
+ > (a, b, c)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Baz:Baz:3" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >baz</a
+ > :: (a, b, c) -&gt; (<span class="keyword"
+ >forall</span
+ > d. d -&gt; d) -&gt; (b, <span class="keyword"
+ >forall</span
+ > d. d -&gt; (a, b, c)) -&gt; (b, c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz'</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > d. d -&gt; (a, b, c)) -&gt; (<span class="keyword"
+ >forall</span
+ > d. d -&gt; (a, b, c)) -&gt; [(b, (a, b, c))] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz''</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > d. (<span class="keyword"
+ >forall</span
+ > e. e -&gt; (a, b, c)) -&gt; c) -&gt; <span class="keyword"
+ >forall</span
+ > d. d -&gt; b <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Baz:Baz:4" class="instance expander" onclick="toggleSection('i:ic:Baz:Baz:4')"
+ ></span
+ > <a href="#"
+ >Baz</a
+ > (<a href="#"
+ >Quux</a
+ > a b c)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Baz:Baz:4" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >baz</a
+ > :: <a href="#"
+ >Quux</a
+ > a b c -&gt; (<span class="keyword"
+ >forall</span
+ > d. d -&gt; d) -&gt; (b, <span class="keyword"
+ >forall</span
+ > d. d -&gt; <a href="#"
+ >Quux</a
+ > a b c) -&gt; (b, c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz'</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > d. d -&gt; <a href="#"
+ >Quux</a
+ > a b c) -&gt; (<span class="keyword"
+ >forall</span
+ > d. d -&gt; <a href="#"
+ >Quux</a
+ > a b c) -&gt; [(b, <a href="#"
+ >Quux</a
+ > a b c)] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz''</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > d. (<span class="keyword"
+ >forall</span
+ > e. e -&gt; <a href="#"
+ >Quux</a
+ > a b c) -&gt; c) -&gt; <span class="keyword"
+ >forall</span
+ > d. d -&gt; b <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Baz:Baz:5" class="instance expander" onclick="toggleSection('i:ic:Baz:Baz:5')"
+ ></span
+ > <a href="#"
+ >Baz</a
+ > (a, [b], b, a)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Baz:Baz:5" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >baz</a
+ > :: (a, [b], b, a) -&gt; (<span class="keyword"
+ >forall</span
+ > c. c -&gt; c) -&gt; (b, <span class="keyword"
+ >forall</span
+ > c. c -&gt; (a, [b], b, a)) -&gt; (b, c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz'</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > c. c -&gt; (a, [b], b, a)) -&gt; (<span class="keyword"
+ >forall</span
+ > c. c -&gt; (a, [b], b, a)) -&gt; [(b, (a, [b], b, a))] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz''</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > c. (<span class="keyword"
+ >forall</span
+ > d. d -&gt; (a, [b], b, a)) -&gt; c) -&gt; <span class="keyword"
+ >forall</span
+ > c. c -&gt; b <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ></table
+ ></div
+ ></div
+ ></div
+ ><div class="top"
+ ><p class="src"
+ ><span class="keyword"
+ >data</span
+ > <a id="t:Quux" class="def"
+ >Quux</a
+ > a b c <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><div class="subs constructors"
+ ><p class="caption"
+ >Constructors</p
+ ><table
+ ><tr
+ ><td class="src"
+ ><a id="v:Qx" class="def"
+ >Qx</a
+ > a</td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td class="src"
+ ><a id="v:Qux" class="def"
+ >Qux</a
+ > a b</td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td class="src"
+ ><a id="v:Quux" class="def"
+ >Quux</a
+ > a b c</td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ></table
+ ></div
+ ><div class="subs instances"
+ ><p id="control.i:Quux" class="caption collapser" onclick="toggleSection('i:Quux')"
+ >Instances</p
+ ><div id="section.i:Quux" class="show"
+ ><table
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:id:Quux:Foo:1" class="instance expander" onclick="toggleSection('i:id:Quux:Foo:1')"
+ ></span
+ > <a href="#"
+ >Foo</a
+ > (<a href="#"
+ >Quux</a
+ > a b)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:id:Quux:Foo:1" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >foo</a
+ > :: <a href="#"
+ >Quux</a
+ > a b <a href="#"
+ >Int</a
+ > -&gt; a -&gt; <a href="#"
+ >Quux</a
+ > a b a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >foo'</a
+ > :: <a href="#"
+ >Quux</a
+ > a b (<a href="#"
+ >Quux</a
+ > a b a) -&gt; <a href="#"
+ >Int</a
+ > -&gt; <a href="#"
+ >Quux</a
+ > a b (<a href="#"
+ >Quux</a
+ > a b <a href="#"
+ >Int</a
+ >) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:id:Quux:Bar:2" class="instance expander" onclick="toggleSection('i:id:Quux:Bar:2')"
+ ></span
+ > <a href="#"
+ >Bar</a
+ > (<a href="#"
+ >Quux</a
+ > a c) (<a href="#"
+ >Quux</a
+ > a b c)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:id:Quux:Bar:2" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >bar</a
+ > :: <a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c) -&gt; <a href="#"
+ >Quux</a
+ > a c <a href="#"
+ >Bool</a
+ > -&gt; <a href="#"
+ >Quux</a
+ > a b c <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar'</a
+ > :: <a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c)) -&gt; <a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a c b)) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar0</a
+ > :: (<a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c), <a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c)) -&gt; (<a href="#"
+ >Quux</a
+ > a c b, <a href="#"
+ >Quux</a
+ > a c c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >bar1</a
+ > :: (<a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c), <a href="#"
+ >Quux</a
+ > a c (<a href="#"
+ >Quux</a
+ > a b c)) -&gt; (<a href="#"
+ >Quux</a
+ > a c b, <a href="#"
+ >Quux</a
+ > a c c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:id:Quux:Baz:3" class="instance expander" onclick="toggleSection('i:id:Quux:Baz:3')"
+ ></span
+ > <a href="#"
+ >Baz</a
+ > (<a href="#"
+ >Quux</a
+ > a b c)</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:id:Quux:Baz:3" class="inst-details hide"
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >baz</a
+ > :: <a href="#"
+ >Quux</a
+ > a b c -&gt; (<span class="keyword"
+ >forall</span
+ > d. d -&gt; d) -&gt; (b, <span class="keyword"
+ >forall</span
+ > d. d -&gt; <a href="#"
+ >Quux</a
+ > a b c) -&gt; (b, c) <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz'</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > d. d -&gt; <a href="#"
+ >Quux</a
+ > a b c) -&gt; (<span class="keyword"
+ >forall</span
+ > d. d -&gt; <a href="#"
+ >Quux</a
+ > a b c) -&gt; [(b, <a href="#"
+ >Quux</a
+ > a b c)] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><a href="#"
+ >baz''</a
+ > :: b -&gt; (<span class="keyword"
+ >forall</span
+ > d. (<span class="keyword"
+ >forall</span
+ > e. e -&gt; <a href="#"
+ >Quux</a
+ > a b c) -&gt; c) -&gt; <span class="keyword"
+ >forall</span
+ > d. d -&gt; b <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span class="keyword"
+ >data</span
+ > <a href="#"
+ >Thud</a
+ > <a href="#"
+ >Int</a
+ > (<a href="#"
+ >Quux</a
+ > a [a] c) <ul class="inst"
+ ><li class="inst"
+ >= <a id="v:Thuud" class="def"
+ >Thuud</a
+ > a</li
+ ><li class="inst"
+ >| <a id="v:Thuuud" class="def"
+ >Thuuud</a
+ > <a href="#"
+ >Int</a
+ > <a href="#"
+ >Int</a
+ ></li
+ ></ul
+ ></span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ></table
+ ></div
+ ></div
+ ></div
+ ><div class="top"
+ ><p class="src"
+ ><span class="keyword"
+ >class</span
+ > <a id="t:Norf" class="def"
+ >Norf</a
+ > a b <span class="keyword"
+ >where</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><div class="subs associated-types"
+ ><p class="caption"
+ >Associated Types</p
+ ><p class="src"
+ ><span class="keyword"
+ >type</span
+ > <a id="t:Plugh" class="def"
+ >Plugh</a
+ > a c b <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><span class="keyword"
+ >data</span
+ > <a id="t:Thud" class="def"
+ >Thud</a
+ > a c <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ><div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a id="v:norf" class="def"
+ >norf</a
+ > :: <a href="#"
+ >Plugh</a
+ > a c b -&gt; a -&gt; (a -&gt; c) -&gt; b <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ><div class="subs instances"
+ ><p id="control.i:Norf" class="caption collapser" onclick="toggleSection('i:Norf')"
+ >Instances</p
+ ><div id="section.i:Norf" class="show"
+ ><table
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Norf:Norf:1" class="instance expander" onclick="toggleSection('i:ic:Norf:Norf:1')"
+ ></span
+ > <a href="#"
+ >Norf</a
+ > <a href="#"
+ >Int</a
+ > <a href="#"
+ >Bool</a
+ ></span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Norf:Norf:1" class="inst-details hide"
+ ><div class="subs associated-types"
+ ><p class="caption"
+ >Associated Types</p
+ ><p class="src"
+ ><span class="keyword"
+ >type</span
+ > <a href="#"
+ >Plugh</a
+ > <a href="#"
+ >Int</a
+ > c <a href="#"
+ >Bool</a
+ > :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><span class="keyword"
+ >data</span
+ > <a href="#"
+ >Thud</a
+ > <a href="#"
+ >Int</a
+ > c :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ > <div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >norf</a
+ > :: <a href="#"
+ >Plugh</a
+ > <a href="#"
+ >Int</a
+ > c <a href="#"
+ >Bool</a
+ > -&gt; <a href="#"
+ >Int</a
+ > -&gt; (<a href="#"
+ >Int</a
+ > -&gt; c) -&gt; <a href="#"
+ >Bool</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:ic:Norf:Norf:2" class="instance expander" onclick="toggleSection('i:ic:Norf:Norf:2')"
+ ></span
+ > <a href="#"
+ >Norf</a
+ > [a] [b]</span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:ic:Norf:Norf:2" class="inst-details hide"
+ ><div class="subs associated-types"
+ ><p class="caption"
+ >Associated Types</p
+ ><p class="src"
+ ><span class="keyword"
+ >type</span
+ > <a href="#"
+ >Plugh</a
+ > [a] c [b] :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><p class="src"
+ ><span class="keyword"
+ >data</span
+ > <a href="#"
+ >Thud</a
+ > [a] c :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ > <div class="subs methods"
+ ><p class="caption"
+ >Methods</p
+ ><p class="src"
+ ><a href="#"
+ >norf</a
+ > :: <a href="#"
+ >Plugh</a
+ > [a] c [b] -&gt; [a] -&gt; ([a] -&gt; c) -&gt; [b] <a href="#" class="selflink"
+ >#</a
+ ></p
+ ></div
+ ></div
+ ></td
+ ></tr
+ ></table
+ ></div
+ ></div
+ ></div
+ ></div
+ ></div
+ ><div id="footer"
+ ></div
+ ></body
+ ></html
+> \ No newline at end of file
diff --git a/html-test/ref/Math.html b/html-test/ref/Math.html
index 5b76fd13..9f054ccc 100644
--- a/html-test/ref/Math.html
+++ b/html-test/ref/Math.html
@@ -1,34 +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
>Math</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_Math.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Math.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -64,9 +63,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Math.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
></li
></ul
@@ -76,10 +75,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Math.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a name="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -93,11 +94,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Math.html");};
></div
></div
><div id="footer"
- ><p
- >Produced by <a href=""
- >Haddock</a
- > version 2.16.1</p
- ></div
+ ></div
></body
></html
->
+> \ No newline at end of file
diff --git a/html-test/ref/Minimal.html b/html-test/ref/Minimal.html
index 48c469d1..721260c6 100644
--- a/html-test/ref/Minimal.html
+++ b/html-test/ref/Minimal.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
>Minimal</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_Minimal.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Minimal.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -56,28 +57,30 @@ window.onload = function () {pageLoad();setSynopsis("mini_Minimal.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:Foo" class="def"
+ > <a id="t:Foo" class="def"
>Foo</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs minimal"
><p class="caption"
>Minimal complete definition</p
><p class="src"
- ><a href=""
+ ><a href="#"
>foo</a
- >, <a href=""
+ >, <a href="#"
>bar</a
- > | <a href=""
+ > | <a href="#"
>bar</a
- >, <a href=""
+ >, <a href="#"
>bat</a
- > | <a href=""
+ > | <a href="#"
>foo</a
- >, <a href=""
+ >, <a href="#"
>bat</a
- > | <a href=""
+ > | <a href="#"
>fooBarBat</a
></p
></div
@@ -85,25 +88,33 @@ window.onload = function () {pageLoad();setSynopsis("mini_Minimal.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Any two of these are required...</p
></div
><p class="src"
- ><a href="" id="v:bar" class="def"
+ ><a id="v:bar" class="def"
>bar</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:bat" class="def"
+ ><a id="v:bat" class="def"
>bat</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:fooBarBat" class="def"
+ ><a id="v:fooBarBat" class="def"
>fooBarBat</a
- > :: (a, a, a)</p
+ > :: (a, a, a) <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>.. or just this</p
@@ -114,28 +125,30 @@ window.onload = function () {pageLoad();setSynopsis("mini_Minimal.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:Weird" class="def"
+ > <a id="t:Weird" class="def"
>Weird</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs minimal"
><p class="caption"
>Minimal complete definition</p
><p class="src"
- ><a href=""
+ ><a href="#"
>a</a
- >, <a href=""
+ >, <a href="#"
>b</a
- >, <a href=""
+ >, <a href="#"
>c</a
- > | <a href=""
+ > | <a href="#"
>d</a
- > | <a href=""
+ > | <a href="#"
>e</a
- >, (<a href=""
+ >, (<a href="#"
>f</a
- > | <a href=""
+ > | <a href="#"
>g</a
>)</p
></div
@@ -143,51 +156,67 @@ window.onload = function () {pageLoad();setSynopsis("mini_Minimal.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:a" class="def"
+ ><a id="v:a" class="def"
>a</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:b" class="def"
+ ><a id="v:b" class="def"
>b</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:c" class="def"
+ ><a id="v:c" class="def"
>c</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:d" class="def"
+ ><a id="v:d" class="def"
>d</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:e" class="def"
+ ><a id="v:e" class="def"
>e</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:g" class="def"
+ ><a id="v:g" class="def"
>g</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
><div class="top"
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:NoMins" class="def"
+ > <a id="t:NoMins" class="def"
>NoMins</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs minimal"
><p class="caption"
>Minimal complete definition</p
><p class="src"
- ><a href=""
+ ><a href="#"
>x</a
- >, <a href=""
+ >, <a href="#"
>y</a
></p
></div
@@ -195,55 +224,79 @@ window.onload = function () {pageLoad();setSynopsis("mini_Minimal.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:x" class="def"
+ ><a id="v:x" class="def"
>x</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:y" class="def"
+ ><a id="v:y" class="def"
>y</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:z" class="def"
+ ><a id="v:z" class="def"
>z</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
><div class="top"
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:FullMin" class="def"
+ > <a id="t:FullMin" class="def"
>FullMin</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
+ ><div class="subs minimal"
+ ><p class="caption"
+ >Minimal complete definition</p
+ ><p class="src"
+ ><a href="#"
+ >aaa</a
+ >, <a href="#"
+ >bbb</a
+ ></p
+ ></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:aaa" class="def"
+ ><a id="v:aaa" class="def"
>aaa</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:bbb" class="def"
+ ><a id="v:bbb" class="def"
>bbb</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
><div class="top"
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:PartialMin" class="def"
+ > <a id="t:PartialMin" class="def"
>PartialMin</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs minimal"
><p class="caption"
>Minimal complete definition</p
><p class="src"
- ><a href=""
+ ><a href="#"
>ccc</a
>, ddd</p
></div
@@ -251,47 +304,45 @@ window.onload = function () {pageLoad();setSynopsis("mini_Minimal.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:ccc" class="def"
+ ><a id="v:ccc" class="def"
>ccc</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
><div class="top"
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:EmptyMin" class="def"
+ > <a id="t:EmptyMin" class="def"
>EmptyMin</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
- ><div class="subs minimal"
- ><p class="caption"
- >Minimal complete definition</p
- ><p class="src"
- >Nothing</p
- ></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:eee" class="def"
+ ><a id="v:eee" class="def"
>eee</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:fff" class="def"
+ ><a id="v:fff" class="def"
>fff</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
></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
diff --git a/html-test/ref/ModuleWithWarning.html b/html-test/ref/ModuleWithWarning.html
index fa2a6787..776edd9b 100644
--- a/html-test/ref/ModuleWithWarning.html
+++ b/html-test/ref/ModuleWithWarning.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
>ModuleWithWarning</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_ModuleWithWarning.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_ModuleWithWarning.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -47,12 +48,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_ModuleWithWarning.html
><div class="doc"
><div class="warning"
><p
- >Warning: This is an unstable interface. Prefer functions from <a href=""
+ >Warning: This is an unstable interface. Prefer functions from <a href="#"
>Prelude</a
> instead!</p
></div
><p
- >Documentation for <a href=""
+ >Documentation for <a href="#"
>ModuleWithWarning</a
>.</p
></div
@@ -62,20 +63,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_ModuleWithWarning.html
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></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
diff --git a/html-test/ref/NamedDoc.html b/html-test/ref/NamedDoc.html
index 64e18711..50590660 100644
--- a/html-test/ref/NamedDoc.html
+++ b/html-test/ref/NamedDoc.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
>NamedDoc</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_NamedDoc.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_NamedDoc.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -57,11 +58,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_NamedDoc.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
diff --git a/html-test/ref/Nesting.html b/html-test/ref/Nesting.html
index 7bba5148..d98a75eb 100644
--- a/html-test/ref/Nesting.html
+++ b/html-test/ref/Nesting.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
>Nesting</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_Nesting.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Nesting.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,35 +47,35 @@ window.onload = function () {pageLoad();setSynopsis("mini_Nesting.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>d</a
> :: t</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>e</a
> :: t</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
> :: t</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>g</a
> :: t</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>h</a
> :: t</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>i</a
> :: t</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>j</a
> :: t</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>k</a
> :: t</li
></ul
@@ -84,9 +85,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Nesting.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:d" class="def"
+ ><a id="v:d" class="def"
>d</a
- > :: t</p
+ > :: t <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><ul
><li
@@ -116,9 +119,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Nesting.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:e" class="def"
+ ><a id="v:e" class="def"
>e</a
- > :: t</p
+ > :: t <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><ul
><li
@@ -137,9 +142,11 @@ the presence of this text pushes it out of nesting back to the top.</li
></div
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: t</p
+ > :: t <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><ul
><li
@@ -155,9 +162,11 @@ the presence of this text pushes it out of nesting back to the top.</li
></div
><div class="top"
><p class="src"
- ><a href="" id="v:g" class="def"
+ ><a id="v:g" class="def"
>g</a
- > :: t</p
+ > :: t <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><ul
><li
@@ -173,9 +182,11 @@ the presence of this text pushes it out of nesting back to the top.</li
></div
><div class="top"
><p class="src"
- ><a href="" id="v:h" class="def"
+ ><a id="v:h" class="def"
>h</a
- > :: t</p
+ > :: t <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><ul
><li
@@ -191,9 +202,11 @@ tracks</pre
></div
><div class="top"
><p class="src"
- ><a href="" id="v:i" class="def"
+ ><a id="v:i" class="def"
>i</a
- > :: t</p
+ > :: t <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><ul
><li
@@ -241,9 +254,11 @@ More of the indented list.</p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:j" class="def"
+ ><a id="v:j" class="def"
>j</a
- > :: t</p
+ > :: t <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><dl
><dt
@@ -309,9 +324,11 @@ with more of the indented list content.</p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:k" class="def"
+ ><a id="v:k" class="def"
>k</a
- > :: t</p
+ > :: t <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><ul
><li
@@ -335,11 +352,7 @@ with more of the indented list content.</p
></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
diff --git a/html-test/ref/NoLayout.html b/html-test/ref/NoLayout.html
index 8b47eab8..061b5d42 100644
--- a/html-test/ref/NoLayout.html
+++ b/html-test/ref/NoLayout.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
>NoLayout</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_NoLayout.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_NoLayout.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,9 +47,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_NoLayout.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>g</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -58,15 +59,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_NoLayout.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:g" class="def"
+ ><a id="v:g" class="def"
>g</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>the function <code
- ><a href=""
+ ><a href="#"
>g</a
></code
></p
@@ -75,11 +78,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_NoLayout.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
diff --git a/html-test/ref/NonGreedy.html b/html-test/ref/NonGreedy.html
index c22c8ea9..ea18c7c4 100644
--- a/html-test/ref/NonGreedy.html
+++ b/html-test/ref/NonGreedy.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
>NonGreedy</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_NonGreedy.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_NonGreedy.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,7 +47,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_NonGreedy.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
> :: a</li
></ul
@@ -56,14 +57,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_NonGreedy.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
- ><a href=""
+ ><a href="#"
>url1</a
- > <a href=""
+ > <a href="#"
>url2</a
></p
></div
@@ -71,11 +74,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_NonGreedy.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
diff --git a/html-test/ref/Operators.html b/html-test/ref/Operators.html
index 6ac8ae38..6c795d85 100644
--- a/html-test/ref/Operators.html
+++ b/html-test/ref/Operators.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
>Operators</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_Operators.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Operators.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -54,37 +55,37 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>(+-)</a
> :: a -&gt; a -&gt; a</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>(*/)</a
> :: a -&gt; a -&gt; a</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
> :: a -&gt; a -&gt; a</li
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Foo</a
><ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>Foo</a
- > <a href=""
+ > <a href="#"
>`Bar`</a
- > <a href=""
+ > <a href="#"
>Foo</a
></li
><li
- >| <a href=""
+ >| <a href="#"
>Foo</a
- > <a href=""
+ > <a href="#"
>:-</a
- > <a href=""
+ > <a href="#"
>Foo</a
></li
></ul
@@ -92,21 +93,23 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><li class="src short"
><span class="keyword"
>pattern</span
- > <a href=""
+ > <a href="#"
>(:+)</a
- > :: t -&gt; t -&gt; [t]</li
+ > :: <span class="keyword"
+ >forall</span
+ > t. t -&gt; t -&gt; [t]</li
><li class="src short"
><span class="keyword"
>data</span
- > a <a href=""
+ > a <a href="#"
>&lt;-&gt;</a
> b <span class="keyword"
>where</span
><ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>(:&lt;-&gt;)</a
- > :: a -&gt; b -&gt; a <a href=""
+ > :: a -&gt; b -&gt; a <a href="#"
>&lt;-&gt;</a
> b</li
></ul
@@ -114,59 +117,45 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><li class="src short"
><span class="keyword"
>type family</span
- > a <a href=""
+ > a <a href="#"
>++</a
> b</li
><li class="src short"
><span class="keyword"
>data family</span
- > a <a href=""
+ > a <a href="#"
>**</a
> b</li
><li class="src short"
><span class="keyword"
>class</span
- > a <a href=""
+ > a <a href="#"
>&gt;&lt;&gt;</a
- > b <span class="keyword"
+ > b | a -&gt; b <span class="keyword"
>where</span
><ul class="subs"
><li
><span class="keyword"
>type</span
- > a <a href=""
+ > a <a href="#"
>&lt;&gt;&lt;</a
- > b :: *</li
+ > b :: <a href="#"
+ >*</a
+ ></li
><li
><span class="keyword"
>data</span
- > a <a href=""
+ > a <a href="#"
>&gt;&lt;&lt;</a
> b</li
- ><li
- ><a href=""
- >(&gt;&gt;&lt;)</a
- >, <a href=""
- >(&lt;&lt;&gt;)</a
- > :: a -&gt; b -&gt; ()</li
- ><li
- ><a href=""
- >(**&gt;)</a
- >, <a href=""
- >(**&lt;)</a
- >, <a href=""
- >(&gt;**)</a
- >, <a href=""
- >(&lt;**)</a
- > :: a -&gt; a -&gt; ()</li
></ul
></li
><li class="src short"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>(&gt;-&lt;)</a
- > a b = a <a href=""
+ > a b = a <a href="#"
>&lt;-&gt;</a
> b</li
></ul
@@ -176,9 +165,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:-43--45-" class="def"
+ ><a id="v:-43--45-" class="def"
>(+-)</a
- > :: a -&gt; a -&gt; a</p
+ > :: a -&gt; a -&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Operator with no fixity</p
@@ -186,12 +177,14 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:-42--47-" class="def"
+ ><a id="v:-42--47-" class="def"
>(*/)</a
> :: a -&gt; a -&gt; a <span class="fixity"
>infixr 7</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -200,12 +193,14 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
> :: a -&gt; a -&gt; a <span class="fixity"
>infixl 3</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -216,8 +211,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Foo" class="def"
+ > <a id="t:Foo" class="def"
>Foo</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -229,11 +226,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><table
><tr
><td class="src"
- ><a href=""
+ ><a href="#"
>Foo</a
- > <a href="" id="v:Bar" class="def"
+ > <a id="v:Bar" class="def"
>`Bar`</a
- > <a href=""
+ > <a href="#"
>Foo</a
> <span class="fixity"
>infixl 3</span
@@ -247,11 +244,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
></tr
><tr
><td class="src"
- ><a href=""
+ ><a href="#"
>Foo</a
- > <a href="" id="v::-45-" class="def"
+ > <a id="v::-45-" class="def"
>:-</a
- > <a href=""
+ > <a href="#"
>Foo</a
> <span class="fixity"
>infixr 5</span
@@ -270,12 +267,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><p class="src"
><span class="keyword"
>pattern</span
- > <a href="" id="v::-43-" class="def"
+ > <a id="v::-43-" class="def"
>(:+)</a
- > :: t -&gt; t -&gt; [t] <span class="fixity"
+ > :: <span class="keyword"
+ >forall</span
+ > t. t -&gt; t -&gt; [t] <span class="fixity"
>infixr 3</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -286,7 +287,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><p class="src"
><span class="keyword"
>data</span
- > a <a href="" id="t:-60--45--62-" class="def"
+ > a <a id="t:-60--45--62-" class="def"
>&lt;-&gt;</a
> b <span class="keyword"
>where</span
@@ -294,6 +295,8 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
>infixl 6</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -305,9 +308,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><table
><tr
><td class="src"
- ><a href="" id="v::-60--45--62-" class="def"
+ ><a id="v::-60--45--62-" class="def"
>(:&lt;-&gt;)</a
- > :: a -&gt; b -&gt; a <a href=""
+ > :: a -&gt; b -&gt; a <a href="#"
>&lt;-&gt;</a
> b <span class="fixity"
>infixr 6</span
@@ -315,7 +318,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
></span
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -324,12 +327,14 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><p class="src"
><span class="keyword"
>type family</span
- > a <a href="" id="t:-43--43-" class="def"
+ > a <a id="t:-43--43-" class="def"
>++</a
> b <span class="fixity"
>infix 3</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -340,12 +345,14 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><p class="src"
><span class="keyword"
>data family</span
- > a <a href="" id="t:-42--42-" class="def"
+ > a <a id="t:-42--42-" class="def"
>**</a
> b <span class="fixity"
>infix 9</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -356,50 +363,76 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><p class="src"
><span class="keyword"
>class</span
- > a <a href="" id="t:-62--60--62-" class="def"
+ > a <a id="t:-62--60--62-" class="def"
>&gt;&lt;&gt;</a
- > b <span class="keyword"
+ > b | a -&gt; b <span class="keyword"
>where</span
> <span class="fixity"
>infixr 1</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>Class with fixity, including associated types</p
></div
+ ><div class="subs minimal"
+ ><p class="caption"
+ >Minimal complete definition</p
+ ><p class="src"
+ ><a href="#"
+ >(&gt;&gt;&lt;)</a
+ >, <a href="#"
+ >(&lt;&lt;&gt;)</a
+ >, <a href="#"
+ >(**&gt;)</a
+ >, <a href="#"
+ >(**&lt;)</a
+ >, <a href="#"
+ >(&gt;**)</a
+ >, <a href="#"
+ >(&lt;**)</a
+ ></p
+ ></div
><div class="subs associated-types"
><p class="caption"
>Associated Types</p
><p class="src"
><span class="keyword"
>type</span
- > a <a href="" id="t:-60--62--60-" class="def"
+ > a <a id="t:-60--62--60-" class="def"
>&lt;&gt;&lt;</a
- > b :: * <span class="fixity"
+ > b :: <a href="#"
+ >*</a
+ > <span class="fixity"
>infixl 2</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
><span class="keyword"
>data</span
- > a <a href="" id="t:-62--60--60-" class="def"
+ > a <a id="t:-62--60--60-" class="def"
>&gt;&lt;&lt;</a
> b <span class="fixity"
>infixl 3</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:-62--62--60-" class="def"
+ ><a id="v:-62--62--60-" class="def"
>(&gt;&gt;&lt;)</a
- >, <a href="" id="v:-60--60--62-" class="def"
+ >, <a id="v:-60--60--62-" class="def"
>(&lt;&lt;&gt;)</a
> :: a -&gt; b -&gt; () <span class="fixity"
>infixl 5 &lt;&lt;&gt;</span
@@ -407,15 +440,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
>infixr 4 &gt;&gt;&lt;</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href="" id="v:-42--42--62-" class="def"
+ ><a id="v:-42--42--62-" class="def"
>(**&gt;)</a
- >, <a href="" id="v:-42--42--60-" class="def"
+ >, <a id="v:-42--42--60-" class="def"
>(**&lt;)</a
- >, <a href="" id="v:-62--42--42-" class="def"
+ >, <a id="v:-62--42--42-" class="def"
>(&gt;**)</a
- >, <a href="" id="v:-60--42--42-" class="def"
+ >, <a id="v:-60--42--42-" class="def"
>(&lt;**)</a
> :: a -&gt; a -&gt; () <span class="fixity"
>infixr 8 **&gt;, &gt;**</span
@@ -423,6 +458,8 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
>infixl 8 **&lt;, &lt;**</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -434,14 +471,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
><p class="src"
><span class="keyword"
>type</span
- > <a href="" id="t:-62--45--60-" class="def"
+ > <a id="t:-62--45--60-" class="def"
>(&gt;-&lt;)</a
- > a b = a <a href=""
+ > a b = a <a href="#"
>&lt;-&gt;</a
> b <span class="fixity"
>infixl 6</span
><span class="rightedge"
></span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -451,11 +490,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.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
diff --git a/html-test/ref/OrphanInstances.html b/html-test/ref/OrphanInstances.html
index 0f12bb2e..a5accfdf 100644
--- a/html-test/ref/OrphanInstances.html
+++ b/html-test/ref/OrphanInstances.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
>OrphanInstances</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_OrphanInstances.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_OrphanInstances.html&quot;);};
+//
</script
></head
><body
><div id="package-header"
><ul class="links" id="page-menu"
><li
- ><a href="index.html"
+ ><a href="#"
>Contents</a
></li
><li
- ><a href="doc-index.html"
+ ><a href="#"
>Index</a
></li
></ul
><p class="caption empty"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,7 +47,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_OrphanInstances.html")
>Contents</p
><ul
><li
- ><a href="#section.orphans"
+ ><a href="#"
>Orphan instances</a
></li
></ul
@@ -69,11 +70,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_OrphanInstances.html")
><span class="inst-left"
><span id="control.i:o:ic:AClass:AClass:1" class="instance expander" onclick="toggleSection('i:o:ic:AClass:AClass:1')"
></span
- > <a href="OrphanInstancesClass.html#t:AClass"
+ > <a href="#"
>AClass</a
- > <a href="OrphanInstancesType.html#t:AType"
+ > <a href="#"
>AType</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -87,12 +90,14 @@ window.onload = function () {pageLoad();setSynopsis("mini_OrphanInstances.html")
><p class="caption"
>Methods</p
><p class="src"
- ><a href="#v:aClass"
+ ><a href="#"
>aClass</a
- > :: <a href="OrphanInstancesType.html#t:AType"
+ > :: <a href="#"
>AType</a
- > -&gt; <a href="/opt/exp/ghc/roots/landing/share/doc/ghc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int"
+ > -&gt; <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></div
@@ -103,11 +108,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_OrphanInstances.html")
></div
></div
><div id="footer"
- ><p
- >Produced by <a href="http://www.haskell.org/haddock/"
- >Haddock</a
- > version 2.16.2</p
- ></div
+ ></div
></body
></html
->
+> \ No newline at end of file
diff --git a/html-test/ref/OrphanInstancesClass.html b/html-test/ref/OrphanInstancesClass.html
index 69ba33f8..0f1b31c9 100644
--- a/html-test/ref/OrphanInstancesClass.html
+++ b/html-test/ref/OrphanInstancesClass.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
>OrphanInstancesClass</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_OrphanInstancesClass.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_OrphanInstancesClass.html&quot;);};
+//
</script
></head
><body
><div id="package-header"
><ul class="links" id="page-menu"
><li
- ><a href="index.html"
+ ><a href="#"
>Contents</a
></li
><li
- ><a href="doc-index.html"
+ ><a href="#"
>Index</a
></li
></ul
><p class="caption empty"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,16 +49,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_OrphanInstancesClass.h
><p class="src"
><span class="keyword"
>class</span
- > <a href="#t:AClass" id="t:AClass" class="def"
+ > <a id="t:AClass" class="def"
>AClass</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs minimal"
><p class="caption"
>Minimal complete definition</p
><p class="src"
- ><a href="OrphanInstancesClass.html#v:aClass"
+ ><a href="#"
>aClass</a
></p
></div
@@ -65,21 +68,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_OrphanInstancesClass.h
><p class="caption"
>Methods</p
><p class="src"
- ><a href="#v:aClass" id="v:aClass" class="def"
+ ><a id="v:aClass" class="def"
>aClass</a
- > :: a -&gt; <a href="/opt/exp/ghc/roots/landing/share/doc/ghc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int"
+ > :: a -&gt; <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></div
></div
></div
><div id="footer"
- ><p
- >Produced by <a href="http://www.haskell.org/haddock/"
- >Haddock</a
- > version 2.16.2</p
- ></div
+ ></div
></body
></html
->
+> \ No newline at end of file
diff --git a/html-test/ref/OrphanInstancesType.html b/html-test/ref/OrphanInstancesType.html
index 2652db73..ceabdaaa 100644
--- a/html-test/ref/OrphanInstancesType.html
+++ b/html-test/ref/OrphanInstancesType.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
>OrphanInstancesType</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_OrphanInstancesType.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_OrphanInstancesType.html&quot;);};
+//
</script
></head
><body
><div id="package-header"
><ul class="links" id="page-menu"
><li
- ><a href="index.html"
+ ><a href="#"
>Contents</a
></li
><li
- ><a href="doc-index.html"
+ ><a href="#"
>Index</a
></li
></ul
><p class="caption empty"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,8 +49,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_OrphanInstancesType.ht
><p class="src"
><span class="keyword"
>data</span
- > <a href="#t:AType" id="t:AType" class="def"
+ > <a id="t:AType" class="def"
>AType</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs constructors"
><p class="caption"
@@ -57,13 +60,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_OrphanInstancesType.ht
><table
><tr
><td class="src"
- ><a href="#v:AType" id="v:AType" class="def"
+ ><a id="v:AType" class="def"
>AType</a
- > <a href="/opt/exp/ghc/roots/landing/share/doc/ghc/html/libraries/base-4.9.0.0/Data-Int.html#t:Int"
+ > <a href="#"
>Int</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -71,11 +74,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_OrphanInstancesType.ht
></div
></div
><div id="footer"
- ><p
- >Produced by <a href="http://www.haskell.org/haddock/"
- >Haddock</a
- > version 2.16.2</p
- ></div
+ ></div
></body
></html
->
+> \ No newline at end of file
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(&quot;mini_PatternSyns.html&quot;);};
+//
</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"
- >&nbsp;</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 -&gt; <a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t. t -&gt; <a href="#"
>FooType</a
> t</li
><li class="src short"
><span class="keyword"
>pattern</span
- > <a href=""
+ > <a href="#"
>Bar</a
- > :: t -&gt; <a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t. t -&gt; <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="#"
>(:&lt;-&gt;)</a
- > :: t -&gt; t -&gt; (<a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t t. t -&gt; t -&gt; (<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="#"
>&gt;&lt;</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="#"
>(&gt;&lt;)</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"
- >&nbsp;</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 -&gt; <a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t. t -&gt; <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 -&gt; <a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t. t -&gt; <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"
>(:&lt;-&gt;)</a
- > :: t -&gt; t -&gt; (<a href=""
+ > :: <span class="keyword"
+ >forall</span
+ > t t. t -&gt; t -&gt; (<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="#"
>:&lt;-&gt;</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"
>&gt;&lt;</a
- > b</p
+ > b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Doc for (<code
- ><a href=""
+ ><a href="#"
>&gt;&lt;</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"
- >&nbsp;</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="#"
>(&gt;&lt;)</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
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(&quot;mini_PromotedTypes.html&quot;);};
+//
</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"
- >&nbsp;</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"
- >&nbsp;</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"
>:&gt;</a
> a</td
><td class="doc empty"
- >&nbsp;</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
- > :: [*] -&gt; * <span class="keyword"
+ > :: [<a href="#"
+ >*</a
+ >] -&gt; <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"
- >&nbsp;</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 -&gt; <a href=""
+ > h -&gt; <a href="#"
>Pattern</a
- > t -&gt; <a href=""
+ > t -&gt; <a href="#"
>Pattern</a
> (h ': t)</td
><td class="doc empty"
- >&nbsp;</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
- > * -&gt; * <span class="keyword"
+ > <a href="#"
+ >*</a
+ > -&gt; <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"
- >&nbsp;</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 -&gt; <a href=""
+ > h -&gt; <a href="#"
>RevPattern</a
- > t -&gt; <a href=""
+ > t -&gt; <a href="#"
>RevPattern</a
- > (t <a href=""
+ > (t <a href="#"
>:&gt;</a
> h)</td
><td class="doc empty"
- >&nbsp;</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
- > :: (*, *) -&gt; * <span class="keyword"
+ > :: (<a href="#"
+ >*</a
+ >, <a href="#"
+ >*</a
+ >) -&gt; <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 -&gt; b -&gt; <a href=""
+ > :: a -&gt; b -&gt; <a href="#"
>Tuple</a
> '(a, b)</td
><td class="doc empty"
- >&nbsp;</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
diff --git a/html-test/ref/Properties.html b/html-test/ref/Properties.html
index 5d2e58c0..4020bb45 100644
--- a/html-test/ref/Properties.html
+++ b/html-test/ref/Properties.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
>Properties</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_Properties.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Properties.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,11 +47,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Properties.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>fib</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Integer</a
></li
></ul
@@ -60,17 +61,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_Properties.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:fib" class="def"
+ ><a id="v:fib" class="def"
>fib</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Integer</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>Fibonacci number of given <code
- ><a href=""
+ ><a href="#"
>Integer</a
></code
>.</p
@@ -81,11 +84,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Properties.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
diff --git a/html-test/ref/PruneWithWarning.html b/html-test/ref/PruneWithWarning.html
index bbf21f42..0ee2b104 100644
--- a/html-test/ref/PruneWithWarning.html
+++ b/html-test/ref/PruneWithWarning.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
>PruneWithWarning</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_PruneWithWarning.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_PruneWithWarning.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -60,11 +61,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_PruneWithWarning.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
diff --git a/html-test/ref/QuasiExpr.html b/html-test/ref/QuasiExpr.html
index 41129d59..37face02 100644
--- a/html-test/ref/QuasiExpr.html
+++ b/html-test/ref/QuasiExpr.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
>QuasiExpr</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_QuasiExpr.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_QuasiExpr.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,8 +49,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Expr" class="def"
+ > <a id="t:Expr" class="def"
>Expr</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs constructors"
><p class="caption"
@@ -57,47 +60,47 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:IntExpr" class="def"
+ ><a id="v:IntExpr" class="def"
>IntExpr</a
- > <a href=""
+ > <a href="#"
>Integer</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:AntiIntExpr" class="def"
+ ><a id="v:AntiIntExpr" class="def"
>AntiIntExpr</a
- > <a href=""
+ > <a href="#"
>String</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:BinopExpr" class="def"
+ ><a id="v:BinopExpr" class="def"
>BinopExpr</a
- > <a href=""
+ > <a href="#"
>BinOp</a
- > <a href=""
+ > <a href="#"
>Expr</a
- > <a href=""
+ > <a href="#"
>Expr</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:AntiExpr" class="def"
+ ><a id="v:AntiExpr" class="def"
>AntiExpr</a
- > <a href=""
+ > <a href="#"
>String</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -111,14 +114,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
><span class="inst-left"
><span id="control.i:id:Expr:Show:1" class="instance expander" onclick="toggleSection('i:id:Expr:Show:1')"
></span
- > <a href=""
+ > <a href="#"
>Show</a
- > <a href=""
+ > <a href="#"
>Expr</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -127,30 +132,36 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>showsPrec</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Expr</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>ShowS</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href=""
+ ><a href="#"
>show</a
- > :: <a href=""
+ > :: <a href="#"
>Expr</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>String</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href=""
+ ><a href="#"
>showList</a
- > :: [<a href=""
+ > :: [<a href="#"
>Expr</a
- >] -&gt; <a href=""
+ >] -&gt; <a href="#"
>ShowS</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></div
@@ -164,8 +175,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:BinOp" class="def"
+ > <a id="t:BinOp" class="def"
>BinOp</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs constructors"
><p class="caption"
@@ -173,35 +186,35 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:AddOp" class="def"
+ ><a id="v:AddOp" class="def"
>AddOp</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:SubOp" class="def"
+ ><a id="v:SubOp" class="def"
>SubOp</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:MulOp" class="def"
+ ><a id="v:MulOp" class="def"
>MulOp</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:DivOp" class="def"
+ ><a id="v:DivOp" class="def"
>DivOp</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -215,14 +228,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
><span class="inst-left"
><span id="control.i:id:BinOp:Show:1" class="instance expander" onclick="toggleSection('i:id:BinOp:Show:1')"
></span
- > <a href=""
+ > <a href="#"
>Show</a
- > <a href=""
+ > <a href="#"
>BinOp</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -231,30 +246,36 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>showsPrec</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>BinOp</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>ShowS</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href=""
+ ><a href="#"
>show</a
- > :: <a href=""
+ > :: <a href="#"
>BinOp</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>String</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><p class="src"
- ><a href=""
+ ><a href="#"
>showList</a
- > :: [<a href=""
+ > :: [<a href="#"
>BinOp</a
- >] -&gt; <a href=""
+ >] -&gt; <a href="#"
>ShowS</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></div
@@ -266,36 +287,38 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
></div
><div class="top"
><p class="src"
- ><a href="" id="v:eval" class="def"
+ ><a id="v:eval" class="def"
>eval</a
- > :: <a href=""
+ > :: <a href="#"
>Expr</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Integer</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:expr" class="def"
+ ><a id="v:expr" class="def"
>expr</a
- > :: QuasiQuoter</p
+ > :: QuasiQuoter <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:parseExprExp" class="def"
+ ><a id="v:parseExprExp" class="def"
>parseExprExp</a
- > :: <a href=""
+ > :: <a href="#"
>String</a
- > -&gt; Q Exp</p
+ > -&gt; Q Exp <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></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
diff --git a/html-test/ref/QuasiQuote.html b/html-test/ref/QuasiQuote.html
index 610f5edf..5fa53bb0 100644
--- a/html-test/ref/QuasiQuote.html
+++ b/html-test/ref/QuasiQuote.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
>QuasiQuote</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_QuasiQuote.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_QuasiQuote.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,20 +47,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_QuasiQuote.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:val" class="def"
+ ><a id="v:val" class="def"
>val</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></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
diff --git a/html-test/ref/SpuriousSuperclassConstraints.html b/html-test/ref/SpuriousSuperclassConstraints.html
index 1cae5ba1..b5aa56b3 100644
--- a/html-test/ref/SpuriousSuperclassConstraints.html
+++ b/html-test/ref/SpuriousSuperclassConstraints.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
>SpuriousSuperclassConstraints</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_SpuriousSuperclassConstraints.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_SpuriousSuperclassConstraints.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -51,13 +52,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_SpuriousSuperclassCons
>Due to a change in GHC 7.6.1 we had a bug that superclass contraints were
included in the instances list. Edward K. repported it here:</p
><p
- ><a href=""
+ ><a href="#"
>http://www.haskell.org/pipermail/haskell-cafe/2012-September/103600.html</a
></p
><p
>And here is the corresponding theard on glasgow-haskell-users:</p
><p
- ><a href=""
+ ><a href="#"
>http://www.haskell.org/pipermail/glasgow-haskell-users/2012-September/022914.html</a
></p
><p
@@ -74,9 +75,11 @@ Fix spurious superclass constraints bug.</pre
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:SomeType" class="def"
+ > <a id="t:SomeType" class="def"
>SomeType</a
- > f a</p
+ > f a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="subs instances"
><p id="control.i:SomeType" class="caption collapser" onclick="toggleSection('i:SomeType')"
>Instances</p
@@ -87,14 +90,16 @@ Fix spurious superclass constraints bug.</pre
><span class="inst-left"
><span id="control.i:id:SomeType:Functor:1" class="instance expander" onclick="toggleSection('i:id:SomeType:Functor:1')"
></span
- > <a href=""
+ > <a href="#"
>Functor</a
- > (<a href=""
+ > (<a href="#"
>SomeType</a
> f)</span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -103,21 +108,25 @@ Fix spurious superclass constraints bug.</pre
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>fmap</a
- > :: (a -&gt; b) -&gt; <a href=""
+ > :: (a -&gt; b) -&gt; <a href="#"
>SomeType</a
- > f a -&gt; <a href=""
+ > f a -&gt; <a href="#"
>SomeType</a
- > f b</p
+ > f b <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href=""
+ ><a href="#"
>(&lt;$)</a
- > :: a -&gt; <a href=""
+ > :: a -&gt; <a href="#"
>SomeType</a
- > f b -&gt; <a href=""
+ > f b -&gt; <a href="#"
>SomeType</a
- > f a</p
+ > f a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
></td
@@ -127,16 +136,18 @@ Fix spurious superclass constraints bug.</pre
><span class="inst-left"
><span id="control.i:id:SomeType:Applicative:2" class="instance expander" onclick="toggleSection('i:id:SomeType:Applicative:2')"
></span
- > <a href=""
+ > <a href="#"
>Applicative</a
- > f =&gt; <a href=""
+ > f =&gt; <a href="#"
>Applicative</a
- > (<a href=""
+ > (<a href="#"
>SomeType</a
> f)</span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -145,41 +156,49 @@ Fix spurious superclass constraints bug.</pre
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>pure</a
- > :: a -&gt; <a href=""
+ > :: a -&gt; <a href="#"
>SomeType</a
- > f a</p
+ > f a <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href=""
+ ><a href="#"
>(&lt;*&gt;)</a
- > :: <a href=""
+ > :: <a href="#"
>SomeType</a
- > f (a -&gt; b) -&gt; <a href=""
+ > f (a -&gt; b) -&gt; <a href="#"
>SomeType</a
- > f a -&gt; <a href=""
+ > f a -&gt; <a href="#"
>SomeType</a
- > f b</p
+ > f b <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href=""
+ ><a href="#"
>(*&gt;)</a
- > :: <a href=""
+ > :: <a href="#"
>SomeType</a
- > f a -&gt; <a href=""
+ > f a -&gt; <a href="#"
>SomeType</a
- > f b -&gt; <a href=""
+ > f b -&gt; <a href="#"
>SomeType</a
- > f b</p
+ > f b <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href=""
+ ><a href="#"
>(&lt;*)</a
- > :: <a href=""
+ > :: <a href="#"
>SomeType</a
- > f a -&gt; <a href=""
+ > f a -&gt; <a href="#"
>SomeType</a
- > f b -&gt; <a href=""
+ > f b -&gt; <a href="#"
>SomeType</a
- > f a</p
+ > f a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
></td
@@ -191,11 +210,7 @@ Fix spurious superclass constraints bug.</pre
></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
diff --git a/html-test/ref/TH.html b/html-test/ref/TH.html
index e72c2189..74c2d60f 100644
--- a/html-test/ref/TH.html
+++ b/html-test/ref/TH.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
>TH</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_TH.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_TH.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,18 +47,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_TH.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:decl" class="def"
+ ><a id="v:decl" class="def"
>decl</a
- > :: Q [Dec]</p
+ > :: Q [Dec] <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></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
diff --git a/html-test/ref/TH2.html b/html-test/ref/TH2.html
index cf896bac..024574a1 100644
--- a/html-test/ref/TH2.html
+++ b/html-test/ref/TH2.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
>TH2</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_TH2.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_TH2.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,18 +47,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_TH2.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: t -&gt; t</p
+ > :: t -&gt; t <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></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
diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html
index 8b82fe0b..4cb434ad 100644
--- a/html-test/ref/Test.html
+++ b/html-test/ref/Test.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
>Test</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_Test.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Test.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -76,53 +77,53 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
>Contents</p
><ul
><li
- ><a href=""
+ ><a href="#"
>Type declarations</a
><ul
><li
- ><a href=""
+ ><a href="#"
>Data types</a
></li
><li
- ><a href=""
+ ><a href="#"
>Records</a
></li
></ul
></li
><li
- ><a href=""
+ ><a href="#"
>Class declarations</a
></li
><li
- ><a href=""
+ ><a href="#"
>Function types</a
></li
><li
- ><a href=""
+ ><a href="#"
>Auxiliary stuff</a
></li
><li
- ><a href=""
+ ><a href="#"
>A hidden module</a
></li
><li
- ><a href=""
+ ><a href="#"
>A visible module</a
></li
><li
- ><a href=""
+ ><a href="#"
>Existential / Universal types</a
></li
><li
- ><a href=""
+ ><a href="#"
>Type signatures with argument docs</a
></li
><li
- ><a href=""
+ ><a href="#"
>A section</a
><ul
><li
- ><a href=""
+ ><a href="#"
>A subsection</a
></li
></ul
@@ -136,19 +137,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p
>This module illustrates &amp; tests most of the features of Haddock.
Testing references from the description: <code
- ><a href=""
+ ><a href="#"
>T</a
></code
>, <code
- ><a href=""
+ ><a href="#"
>f</a
></code
>, <code
- ><a href=""
+ ><a href="#"
>g</a
></code
>, <code
- ><a href=""
+ ><a href="#"
>visible</a
></code
>.</p
@@ -161,29 +162,29 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>T</a
> a b<ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>A</a
- > <a href=""
+ > <a href="#"
>Int</a
- > (<a href=""
+ > (<a href="#"
>Maybe</a
- > <a href=""
+ > <a href="#"
>Float</a
>)</li
><li
- >| <a href=""
+ >| <a href="#"
>B</a
- > (<a href=""
+ > (<a href="#"
>T</a
- > a b, <a href=""
+ > a b, <a href="#"
>T</a
- > <a href=""
+ > <a href="#"
>Int</a
- > <a href=""
+ > <a href="#"
>Float</a
>)</li
></ul
@@ -191,21 +192,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>T2</a
> a b</li
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>T3</a
> a b<ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>A1</a
> a</li
><li
- >| <a href=""
+ >| <a href="#"
>B1</a
> b</li
></ul
@@ -213,15 +214,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>T4</a
> a b<ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>A2</a
> a</li
><li
- >| <a href=""
+ >| <a href="#"
>B2</a
> b</li
></ul
@@ -229,15 +230,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>T5</a
> a b<ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>A3</a
> a</li
><li
- >| <a href=""
+ >| <a href="#"
>B3</a
> b</li
></ul
@@ -245,19 +246,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>T6</a
><ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>A4</a
></li
><li
- >| <a href=""
+ >| <a href="#"
>B4</a
></li
><li
- >| <a href=""
+ >| <a href="#"
>C4</a
></li
></ul
@@ -265,21 +266,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>newtype</span
- > <a href=""
+ > <a href="#"
>N1</a
- > a = <a href=""
+ > a = <a href="#"
>N1</a
> a</li
><li class="src short"
><span class="keyword"
>newtype</span
- > <a href=""
+ > <a href="#"
>N2</a
- > a b = <a href=""
+ > a b = <a href="#"
>N2</a
> {<ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>n</a
> :: a b</li
></ul
@@ -287,13 +288,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>newtype</span
- > <a href=""
+ > <a href="#"
>N3</a
- > a b = <a href=""
+ > a b = <a href="#"
>N3</a
> {<ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>n3</a
> :: a b</li
></ul
@@ -301,19 +302,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>N4</a
> a b</li
><li class="src short"
><span class="keyword"
>newtype</span
- > <a href=""
+ > <a href="#"
>N5</a
- > a b = <a href=""
+ > a b = <a href="#"
>N5</a
> {<ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>n5</a
> :: a b</li
></ul
@@ -321,13 +322,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>newtype</span
- > <a href=""
+ > <a href="#"
>N6</a
- > a b = <a href=""
+ > a b = <a href="#"
>N6</a
> {<ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>n6</a
> :: a b</li
></ul
@@ -335,13 +336,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>newtype</span
- > <a href=""
+ > <a href="#"
>N7</a
- > a b = <a href=""
+ > a b = <a href="#"
>N7</a
> {<ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>n7</a
> :: a b</li
></ul
@@ -349,69 +350,69 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>R</a
><ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>C1</a
> { <ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>p</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li
- ><a href=""
+ ><a href="#"
>q</a
> :: <span class="keyword"
>forall</span
> a. a -&gt; a</li
><li
- ><a href=""
+ ><a href="#"
>r</a
- >, <a href=""
+ >, <a href="#"
>s</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
> }</li
><li
- >| <a href=""
+ >| <a href="#"
>C2</a
> { <ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>t</a
- > :: T1 -&gt; <a href=""
+ > :: T1 -&gt; <a href="#"
>T2</a
- > <a href=""
+ > <a href="#"
>Int</a
- > <a href=""
+ > <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>T3</a
- > <a href=""
+ > <a href="#"
>Bool</a
- > <a href=""
+ > <a href="#"
>Bool</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>T4</a
- > <a href=""
+ > <a href="#"
>Float</a
- > <a href=""
+ > <a href="#"
>Float</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>T5</a
> () ()</li
><li
- ><a href=""
+ ><a href="#"
>u</a
- >, <a href=""
+ >, <a href="#"
>v</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -421,27 +422,27 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>R1</a
- > = <a href=""
+ > = <a href="#"
>C3</a
> {<ul class="subs"
><li
- ><a href=""
+ ><a href="#"
>s1</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li
- ><a href=""
+ ><a href="#"
>s2</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li
- ><a href=""
+ ><a href="#"
>s3</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -449,123 +450,101 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>D</a
- > a =&gt; <a href=""
+ > a =&gt; <a href="#"
>C</a
> a <span class="keyword"
>where</span
><ul class="subs"
- ><li
- ><a href=""
- >a</a
- > :: <a href=""
- >IO</a
- > a</li
- ><li
- ><a href=""
- >b</a
- > :: [a]</li
- ></ul
+ ></ul
></li
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>D</a
> a <span class="keyword"
>where</span
><ul class="subs"
- ><li
- ><a href=""
- >d</a
- > :: <a href=""
- >T</a
- > a b</li
- ><li
- ><a href=""
- >e</a
- > :: (a, a)</li
- ></ul
+ ></ul
></li
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>E</a
> a</li
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>F</a
> a <span class="keyword"
>where</span
><ul class="subs"
- ><li
- ><a href=""
- >ff</a
- > :: a</li
- ></ul
+ ></ul
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
+ >a</a
+ > :: <a href="#"
+ >C</a
+ > a =&gt; <a href="#"
+ >IO</a
+ > a</li
+ ><li class="src short"
+ ><a href="#"
>f</a
- > :: <a href=""
+ > :: <a href="#"
>C</a
- > a =&gt; a -&gt; <a href=""
+ > a =&gt; a -&gt; <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>g</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>IO</a
> CInt</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>hidden</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Int</a
></li
><li class="src short"
- >module <a href=""
+ >module <a href="#"
>Visible</a
></li
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Ex</a
> a<ul class="subs"
><li
- >= <span class="keyword"
- >forall</span
- > b . <a href=""
+ >= <a href="#"
>C</a
- > b =&gt; <a href=""
+ > b =&gt; <a href="#"
>Ex1</a
> b</li
><li
- >| <span class="keyword"
- >forall</span
- > b . <a href=""
+ >| <a href="#"
>Ex2</a
> b</li
><li
- >| <span class="keyword"
- >forall</span
- > b . <a href=""
+ >| <a href="#"
>C</a
- > a =&gt; <a href=""
+ > a =&gt; <a href="#"
>Ex3</a
> b</li
><li
- >| <a href=""
+ >| <a href="#"
>Ex4</a
> (<span class="keyword"
>forall</span
@@ -573,83 +552,83 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
></ul
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>k</a
- > :: <a href=""
+ > :: <a href="#"
>T</a
- > () () -&gt; <a href=""
+ > () () -&gt; <a href="#"
>T2</a
- > <a href=""
+ > <a href="#"
>Int</a
- > <a href=""
+ > <a href="#"
>Int</a
- > -&gt; (<a href=""
+ > -&gt; (<a href="#"
>T3</a
- > <a href=""
+ > <a href="#"
>Bool</a
- > <a href=""
+ > <a href="#"
>Bool</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>T4</a
- > <a href=""
+ > <a href="#"
>Float</a
- > <a href=""
+ > <a href="#"
>Float</a
- >) -&gt; <a href=""
+ >) -&gt; <a href="#"
>T5</a
- > () () -&gt; <a href=""
+ > () () -&gt; <a href="#"
>IO</a
> ()</li
><li class="src short"
- ><a href=""
+ ><a href="#"
>l</a
- > :: (<a href=""
+ > :: (<a href="#"
>Int</a
- >, <a href=""
+ >, <a href="#"
>Int</a
- >, <a href=""
+ >, <a href="#"
>Float</a
- >) -&gt; <a href=""
+ >) -&gt; <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>m</a
- > :: <a href=""
+ > :: <a href="#"
>R</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>N1</a
- > () -&gt; <a href=""
+ > () -&gt; <a href="#"
>IO</a
- > <a href=""
+ > <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>o</a
- > :: <a href=""
+ > :: <a href="#"
>Float</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>IO</a
- > <a href=""
+ > <a href="#"
>Float</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>f'</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>withType</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>withoutType</a
- > :: t</li
+ > :: a</li
></ul
></div
><div id="interface"
@@ -661,9 +640,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:T" class="def"
+ > <a id="t:T" class="def"
>T</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>This comment applies to the <em
@@ -677,19 +658,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:A" class="def"
+ ><a id="v:A" class="def"
>A</a
- > <a href=""
+ > <a href="#"
>Int</a
- > (<a href=""
+ > (<a href="#"
>Maybe</a
- > <a href=""
+ > <a href="#"
>Float</a
>)</td
><td class="doc"
><p
>This comment describes the <code
- ><a href=""
+ ><a href="#"
>A</a
></code
> constructor</p
@@ -697,21 +678,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
></tr
><tr
><td class="src"
- ><a href="" id="v:B" class="def"
+ ><a id="v:B" class="def"
>B</a
- > (<a href=""
+ > (<a href="#"
>T</a
- > a b, <a href=""
+ > a b, <a href="#"
>T</a
- > <a href=""
+ > <a href="#"
>Int</a
- > <a href=""
+ > <a href="#"
>Float</a
>)</td
><td class="doc"
><p
>This comment describes the <code
- ><a href=""
+ ><a href="#"
>B</a
></code
> constructor</p
@@ -724,9 +705,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:T2" class="def"
+ > <a id="t:T2" class="def"
>T2</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>An abstract data declaration</p
@@ -736,9 +719,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:T3" class="def"
+ > <a id="t:T3" class="def"
>T3</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>A data declaration with no documentation annotations on the constructors</p
@@ -749,19 +734,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:A1" class="def"
+ ><a id="v:A1" class="def"
>A1</a
> a</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:B1" class="def"
+ ><a id="v:B1" class="def"
>B1</a
> b</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -770,28 +755,30 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:T4" class="def"
+ > <a id="t:T4" class="def"
>T4</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="subs constructors"
><p class="caption"
>Constructors</p
><table
><tr
><td class="src"
- ><a href="" id="v:A2" class="def"
+ ><a id="v:A2" class="def"
>A2</a
> a</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:B2" class="def"
+ ><a id="v:B2" class="def"
>B2</a
> b</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -800,22 +787,24 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:T5" class="def"
+ > <a id="t:T5" class="def"
>T5</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="subs constructors"
><p class="caption"
>Constructors</p
><table
><tr
><td class="src"
- ><a href="" id="v:A3" class="def"
+ ><a id="v:A3" class="def"
>A3</a
> a</td
><td class="doc"
><p
>documents <code
- ><a href=""
+ ><a href="#"
>A3</a
></code
></p
@@ -823,13 +812,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
></tr
><tr
><td class="src"
- ><a href="" id="v:B3" class="def"
+ ><a id="v:B3" class="def"
>B3</a
> b</td
><td class="doc"
><p
>documents <code
- ><a href=""
+ ><a href="#"
>B3</a
></code
></p
@@ -842,8 +831,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:T6" class="def"
+ > <a id="t:T6" class="def"
>T6</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -855,13 +846,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:A4" class="def"
+ ><a id="v:A4" class="def"
>A4</a
></td
><td class="doc"
><p
>This is the doc for <code
- ><a href=""
+ ><a href="#"
>A4</a
></code
></p
@@ -869,13 +860,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
></tr
><tr
><td class="src"
- ><a href="" id="v:B4" class="def"
+ ><a id="v:B4" class="def"
>B4</a
></td
><td class="doc"
><p
>This is the doc for <code
- ><a href=""
+ ><a href="#"
>B4</a
></code
></p
@@ -883,13 +874,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
></tr
><tr
><td class="src"
- ><a href="" id="v:C4" class="def"
+ ><a id="v:C4" class="def"
>C4</a
></td
><td class="doc"
><p
>This is the doc for <code
- ><a href=""
+ ><a href="#"
>C4</a
></code
></p
@@ -902,9 +893,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>newtype</span
- > <a href="" id="t:N1" class="def"
+ > <a id="t:N1" class="def"
>N1</a
- > a</p
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>A newtype</p
@@ -915,11 +908,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:N1" class="def"
+ ><a id="v:N1" class="def"
>N1</a
> a</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -928,9 +921,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>newtype</span
- > <a href="" id="t:N2" class="def"
+ > <a id="t:N2" class="def"
>N2</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>A newtype with a fieldname</p
@@ -941,11 +936,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:N2" class="def"
+ ><a id="v:N2" class="def"
>N2</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -955,11 +950,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:n" class="def"
+ ><a id="v:n" class="def"
>n</a
> :: a b</dfn
><div class="doc empty"
- >&nbsp;</div
+ ></div
></li
></ul
></div
@@ -972,9 +967,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>newtype</span
- > <a href="" id="t:N3" class="def"
+ > <a id="t:N3" class="def"
>N3</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>A newtype with a fieldname, documentation on the field</p
@@ -985,11 +982,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:N3" class="def"
+ ><a id="v:N3" class="def"
>N3</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -999,13 +996,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:n3" class="def"
+ ><a id="v:n3" class="def"
>n3</a
> :: a b</dfn
><div class="doc"
><p
>this is the <code
- ><a href=""
+ ><a href="#"
>n3</a
></code
> field</p
@@ -1022,9 +1019,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:N4" class="def"
+ > <a id="t:N4" class="def"
>N4</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>An abstract newtype - we show this one as data rather than newtype because
@@ -1035,20 +1034,22 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>newtype</span
- > <a href="" id="t:N5" class="def"
+ > <a id="t:N5" class="def"
>N5</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="subs constructors"
><p class="caption"
>Constructors</p
><table
><tr
><td class="src"
- ><a href="" id="v:N5" class="def"
+ ><a id="v:N5" class="def"
>N5</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -1058,7 +1059,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:n5" class="def"
+ ><a id="v:n5" class="def"
>n5</a
> :: a b</dfn
><div class="doc"
@@ -1077,16 +1078,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>newtype</span
- > <a href="" id="t:N6" class="def"
+ > <a id="t:N6" class="def"
>N6</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="subs constructors"
><p class="caption"
>Constructors</p
><table
><tr
><td class="src"
- ><a href="" id="v:N6" class="def"
+ ><a id="v:N6" class="def"
>N6</a
></td
><td class="doc"
@@ -1102,11 +1105,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:n6" class="def"
+ ><a id="v:n6" class="def"
>n6</a
> :: a b</dfn
><div class="doc empty"
- >&nbsp;</div
+ ></div
></li
></ul
></div
@@ -1119,9 +1122,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>newtype</span
- > <a href="" id="t:N7" class="def"
+ > <a id="t:N7" class="def"
>N7</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>docs on the newtype and the constructor</p
@@ -1132,13 +1137,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:N7" class="def"
+ ><a id="v:N7" class="def"
>N7</a
></td
><td class="doc"
><p
>The <code
- ><a href=""
+ ><a href="#"
>N7</a
></code
> constructor</p
@@ -1152,11 +1157,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:n7" class="def"
+ ><a id="v:n7" class="def"
>n7</a
> :: a b</dfn
><div class="doc empty"
- >&nbsp;</div
+ ></div
></li
></ul
></div
@@ -1171,30 +1176,32 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:R" class="def"
+ > <a id="t:R" class="def"
>R</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>This is the documentation for the <code
- ><a href=""
+ ><a href="#"
>R</a
></code
> record, which has four fields,
<code
- ><a href=""
+ ><a href="#"
>p</a
></code
>, <code
- ><a href=""
+ ><a href="#"
>q</a
></code
>, <code
- ><a href=""
+ ><a href="#"
>r</a
></code
>, and <code
- ><a href=""
+ ><a href="#"
>s</a
></code
>.</p
@@ -1205,13 +1212,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:C1" class="def"
+ ><a id="v:C1" class="def"
>C1</a
></td
><td class="doc"
><p
>This is the <code
- ><a href=""
+ ><a href="#"
>C1</a
></code
> record constructor, with the following fields:</p
@@ -1225,15 +1232,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:p" class="def"
+ ><a id="v:p" class="def"
>p</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc"
><p
>This comment applies to the <code
- ><a href=""
+ ><a href="#"
>p</a
></code
> field</p
@@ -1241,7 +1248,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
></li
><li
><dfn class="src"
- ><a href="" id="v:q" class="def"
+ ><a id="v:q" class="def"
>q</a
> :: <span class="keyword"
>forall</span
@@ -1249,7 +1256,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><div class="doc"
><p
>This comment applies to the <code
- ><a href=""
+ ><a href="#"
>q</a
></code
> field</p
@@ -1257,21 +1264,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
></li
><li
><dfn class="src"
- ><a href="" id="v:r" class="def"
+ ><a id="v:r" class="def"
>r</a
- >, <a href="" id="v:s" class="def"
+ >, <a id="v:s" class="def"
>s</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc"
><p
>This comment applies to both <code
- ><a href=""
+ ><a href="#"
>r</a
></code
> and <code
- ><a href=""
+ ><a href="#"
>s</a
></code
></p
@@ -1283,13 +1290,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
></tr
><tr
><td class="src"
- ><a href="" id="v:C2" class="def"
+ ><a id="v:C2" class="def"
>C2</a
></td
><td class="doc"
><p
>This is the <code
- ><a href=""
+ ><a href="#"
>C2</a
></code
> record constructor, also with some fields:</p
@@ -1303,43 +1310,43 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:t" class="def"
+ ><a id="v:t" class="def"
>t</a
- > :: T1 -&gt; <a href=""
+ > :: T1 -&gt; <a href="#"
>T2</a
- > <a href=""
+ > <a href="#"
>Int</a
- > <a href=""
+ > <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>T3</a
- > <a href=""
+ > <a href="#"
>Bool</a
- > <a href=""
+ > <a href="#"
>Bool</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>T4</a
- > <a href=""
+ > <a href="#"
>Float</a
- > <a href=""
+ > <a href="#"
>Float</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>T5</a
> () ()</dfn
><div class="doc empty"
- >&nbsp;</div
+ ></div
></li
><li
><dfn class="src"
- ><a href="" id="v:u" class="def"
+ ><a id="v:u" class="def"
>u</a
- >, <a href="" id="v:v" class="def"
+ >, <a id="v:v" class="def"
>v</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc empty"
- >&nbsp;</div
+ ></div
></li
></ul
></div
@@ -1352,8 +1359,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:R1" class="def"
+ > <a id="t:R1" class="def"
>R1</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -1365,13 +1374,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:C3" class="def"
+ ><a id="v:C3" class="def"
>C3</a
></td
><td class="doc"
><p
>This is the <code
- ><a href=""
+ ><a href="#"
>C3</a
></code
> record constructor</p
@@ -1385,15 +1394,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><ul
><li
><dfn class="src"
- ><a href="" id="v:s1" class="def"
+ ><a id="v:s1" class="def"
>s1</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc"
><p
>The <code
- ><a href=""
+ ><a href="#"
>s1</a
></code
> record selector</p
@@ -1401,15 +1410,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
></li
><li
><dfn class="src"
- ><a href="" id="v:s2" class="def"
+ ><a id="v:s2" class="def"
>s2</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc"
><p
>The <code
- ><a href=""
+ ><a href="#"
>s2</a
></code
> record selector</p
@@ -1417,15 +1426,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
></li
><li
><dfn class="src"
- ><a href="" id="v:s3" class="def"
+ ><a id="v:s3" class="def"
>s3</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></dfn
><div class="doc"
><p
>The <code
- ><a href=""
+ ><a href="#"
>s3</a
></code
> record selector</p
@@ -1448,48 +1457,64 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>D</a
- > a =&gt; <a href="" id="t:C" class="def"
+ > a =&gt; <a id="t:C" class="def"
>C</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>This comment applies to the <em
>previous</em
> declaration (the <code
- ><a href=""
+ ><a href="#"
>C</a
></code
> class)</p
></div
+ ><div class="subs minimal"
+ ><p class="caption"
+ >Minimal complete definition</p
+ ><p class="src"
+ ><a href="#"
+ >a</a
+ >, <a href="#"
+ >b</a
+ ></p
+ ></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:a" class="def"
+ ><a id="v:a" class="def"
>a</a
- > :: <a href=""
+ > :: <a href="#"
>IO</a
- > a</p
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>this is a description of the <code
- ><a href=""
+ ><a href="#"
>a</a
></code
> method</p
></div
><p class="src"
- ><a href="" id="v:b" class="def"
+ ><a id="v:b" class="def"
>b</a
- > :: [a]</p
+ > :: [a] <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>this is a description of the <code
- ><a href=""
+ ><a href="#"
>b</a
></code
> method</p
@@ -1500,28 +1525,44 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:D" class="def"
+ > <a id="t:D" class="def"
>D</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>This is a class declaration with no separate docs for the methods</p
></div
+ ><div class="subs minimal"
+ ><p class="caption"
+ >Minimal complete definition</p
+ ><p class="src"
+ ><a href="#"
+ >d</a
+ >, <a href="#"
+ >e</a
+ ></p
+ ></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:d" class="def"
+ ><a id="v:d" class="def"
>d</a
- > :: <a href=""
+ > :: <a href="#"
>T</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href="" id="v:e" class="def"
+ ><a id="v:e" class="def"
>e</a
- > :: (a, a)</p
+ > :: (a, a) <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="subs instances"
><p id="control.i:D" class="caption collapser" onclick="toggleSection('i:D')"
@@ -1533,14 +1574,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><span class="inst-left"
><span id="control.i:ic:D:D:1" class="instance expander" onclick="toggleSection('i:ic:D:D:1')"
></span
- > <a href=""
+ > <a href="#"
>D</a
- > <a href=""
+ > <a href="#"
>Float</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -1549,21 +1592,25 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>d</a
- > :: <a href=""
+ > :: <a href="#"
>T</a
- > <a href=""
+ > <a href="#"
>Float</a
- > b</p
+ > b <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href=""
+ ><a href="#"
>e</a
- > :: (<a href=""
+ > :: (<a href="#"
>Float</a
- >, <a href=""
+ >, <a href="#"
>Float</a
- >)</p
+ >) <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
></td
@@ -1573,14 +1620,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><span class="inst-left"
><span id="control.i:ic:D:D:2" class="instance expander" onclick="toggleSection('i:ic:D:D:2')"
></span
- > <a href=""
+ > <a href="#"
>D</a
- > <a href=""
+ > <a href="#"
>Int</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -1589,21 +1638,25 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="caption"
>Methods</p
><p class="src"
- ><a href=""
+ ><a href="#"
>d</a
- > :: <a href=""
+ > :: <a href="#"
>T</a
- > <a href=""
+ > <a href="#"
>Int</a
- > b</p
+ > b <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
- ><a href=""
+ ><a href="#"
>e</a
- > :: (<a href=""
+ > :: (<a href="#"
>Int</a
- >, <a href=""
+ >, <a href="#"
>Int</a
- >)</p
+ >) <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
></td
@@ -1616,9 +1669,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:E" class="def"
+ > <a id="t:E" class="def"
>E</a
- > a</p
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>This is a class declaration with no methods (or no methods exported)</p
@@ -1634,44 +1689,78 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:F" class="def"
+ > <a id="t:F" class="def"
>F</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
+ ><div class="subs minimal"
+ ><p class="caption"
+ >Minimal complete definition</p
+ ><p class="src"
+ ><a href="#"
+ >ff</a
+ ></p
+ ></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:ff" class="def"
+ ><a id="v:ff" class="def"
>ff</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
><div class="doc"
><p
>Test that we can export a class method on its own:</p
></div
+ ><div class="top"
+ ><p class="src"
+ ><a id="v:a" class="def"
+ >a</a
+ > :: <a href="#"
+ >C</a
+ > a =&gt; <a href="#"
+ >IO</a
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><div class="doc"
+ ><p
+ >this is a description of the <code
+ ><a href="#"
+ >a</a
+ ></code
+ > method</p
+ ></div
+ ></div
><h1 id="g:5"
>Function types</h1
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: <a href=""
+ > :: <a href="#"
>C</a
- > a =&gt; a -&gt; <a href=""
+ > a =&gt; a -&gt; <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>In a comment string we can refer to identifiers in scope with
single quotes like this: <code
- ><a href=""
+ ><a href="#"
>T</a
></code
>, and we can refer to modules by
-using double quotes: <a href=""
+using double quotes: <a href="#"
>Foo</a
>. We can add emphasis <em
>like this</em
@@ -1700,7 +1789,7 @@ using double quotes: <a href=""
></dl
><pre
> This is a block of code, which can include other markup: <code
- ><a href=""
+ ><a href="#"
>R</a
></code
>
@@ -1711,20 +1800,22 @@ using double quotes: <a href=""
><pre
>this is another block of code</pre
><p
- >We can also include URLs in documentation: <a href=""
+ >We can also include URLs in documentation: <a href="#"
>http://www.haskell.org/</a
>.</p
></div
></div
><div class="top"
><p class="src"
- ><a href="" id="v:g" class="def"
+ ><a id="v:g" class="def"
>g</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>IO</a
- > CInt</p
+ > CInt <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>we can export foreign declarations too</p
@@ -1734,24 +1825,16 @@ using double quotes: <a href=""
>Auxiliary stuff</h1
><div class="doc"
><p
- >This is some documentation that is attached to a name ($aux1)
- rather than a source declaration. The documentation may be
- referred to in the export list using its name.</p
- ><pre
- > code block in named doc</pre
+ >This is some documentation that is attached to a name ($aux1)</p
></div
><div class="doc"
><p
>This is some documentation that is attached to a name ($aux2)</p
></div
- ><div class="doc"
- ><pre
- > code block on its own in named doc</pre
- ></div
- ><div class="doc"
- ><pre
- > code block on its own in named doc (after newline)</pre
- ></div
+ ><div class="doc empty"
+ ></div
+ ><div class="doc empty"
+ ></div
><div class="doc"
><p
>a nested, named doc comment</p
@@ -1809,12 +1892,8 @@ test4</pre
test2
</pre
></div
- ><div class="doc"
- ><pre
- >foo</pre
- ><pre
- >bar</pre
- ></div
+ ><div class="doc empty"
+ ></div
><div class="doc"
><p
>This is some inline documentation in the export list</p
@@ -1827,19 +1906,21 @@ is at the beginning of the line).</pre
>A hidden module</h1
><div class="top"
><p class="src"
- ><a href="" id="v:hidden" class="def"
+ ><a id="v:hidden" class="def"
>hidden</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
><h1 id="g:8"
>A visible module</h1
><div class="top"
><p class="src"
- >module <a href=""
+ >module <a href="#"
>Visible</a
></p
></div
@@ -1853,9 +1934,11 @@ is at the beginning of the line).</pre
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Ex" class="def"
+ > <a id="t:Ex" class="def"
>Ex</a
- > a</p
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>A data-type using existential/universal types</p
@@ -1866,47 +1949,41 @@ is at the beginning of the line).</pre
><table
><tr
><td class="src"
- ><span class="keyword"
- >forall</span
- > b . <a href=""
+ ><a href="#"
>C</a
- > b =&gt; <a href="" id="v:Ex1" class="def"
+ > b =&gt; <a id="v:Ex1" class="def"
>Ex1</a
> b</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><span class="keyword"
- >forall</span
- > b . <a href="" id="v:Ex2" class="def"
+ ><a id="v:Ex2" class="def"
>Ex2</a
> b</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><span class="keyword"
- >forall</span
- > b . <a href=""
+ ><a href="#"
>C</a
- > a =&gt; <a href="" id="v:Ex3" class="def"
+ > a =&gt; <a id="v:Ex3" class="def"
>Ex3</a
> b</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:Ex4" class="def"
+ ><a id="v:Ex4" class="def"
>Ex4</a
> (<span class="keyword"
>forall</span
> a. a -&gt; a)</td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -1915,8 +1992,10 @@ is at the beginning of the line).</pre
>Type signatures with argument docs</h1
><div class="top"
><p class="src"
- ><a href="" id="v:k" class="def"
+ ><a id="v:k" class="def"
>k</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs arguments"
><p class="caption"
@@ -1924,13 +2003,13 @@ is at the beginning of the line).</pre
><table
><tr
><td class="src"
- >:: <a href=""
+ >:: <a href="#"
>T</a
> () ()</td
><td class="doc"
><p
>This argument has type <code
- ><a href=""
+ ><a href="#"
>T</a
></code
></p
@@ -1938,11 +2017,11 @@ is at the beginning of the line).</pre
></tr
><tr
><td class="src"
- >-&gt; <a href=""
+ >-&gt; <a href="#"
>T2</a
- > <a href=""
+ > <a href="#"
>Int</a
- > <a href=""
+ > <a href="#"
>Int</a
></td
><td class="doc"
@@ -1952,17 +2031,17 @@ is at the beginning of the line).</pre
></tr
><tr
><td class="src"
- >-&gt; (<a href=""
+ >-&gt; (<a href="#"
>T3</a
- > <a href=""
+ > <a href="#"
>Bool</a
- > <a href=""
+ > <a href="#"
>Bool</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>T4</a
- > <a href=""
+ > <a href="#"
>Float</a
- > <a href=""
+ > <a href="#"
>Float</a
>)</td
><td class="doc"
@@ -1974,7 +2053,7 @@ is at the beginning of the line).</pre
></tr
><tr
><td class="src"
- >-&gt; <a href=""
+ >-&gt; <a href="#"
>T5</a
> () ()</td
><td class="doc"
@@ -1986,7 +2065,7 @@ is at the beginning of the line).</pre
></tr
><tr
><td class="src"
- >-&gt; <a href=""
+ >-&gt; <a href="#"
>IO</a
> ()</td
><td class="doc"
@@ -2003,8 +2082,10 @@ is at the beginning of the line).</pre
></div
><div class="top"
><p class="src"
- ><a href="" id="v:l" class="def"
+ ><a id="v:l" class="def"
>l</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs arguments"
><p class="caption"
@@ -2012,11 +2093,11 @@ is at the beginning of the line).</pre
><table
><tr
><td class="src"
- >:: (<a href=""
+ >:: (<a href="#"
>Int</a
- >, <a href=""
+ >, <a href="#"
>Int</a
- >, <a href=""
+ >, <a href="#"
>Float</a
>)</td
><td class="doc"
@@ -2026,13 +2107,13 @@ is at the beginning of the line).</pre
></tr
><tr
><td class="src"
- >-&gt; <a href=""
+ >-&gt; <a href="#"
>Int</a
></td
><td class="doc"
><p
>returns an <code
- ><a href=""
+ ><a href="#"
>Int</a
></code
></p
@@ -2043,8 +2124,10 @@ is at the beginning of the line).</pre
></div
><div class="top"
><p class="src"
- ><a href="" id="v:m" class="def"
+ ><a id="v:m" class="def"
>m</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs arguments"
><p class="caption"
@@ -2052,15 +2135,15 @@ is at the beginning of the line).</pre
><table
><tr
><td class="src"
- >:: <a href=""
+ >:: <a href="#"
>R</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- >-&gt; <a href=""
+ >-&gt; <a href="#"
>N1</a
> ()</td
><td class="doc"
@@ -2070,9 +2153,9 @@ is at the beginning of the line).</pre
></tr
><tr
><td class="src"
- >-&gt; <a href=""
+ >-&gt; <a href="#"
>IO</a
- > <a href=""
+ > <a href="#"
>Int</a
></td
><td class="doc"
@@ -2089,8 +2172,10 @@ is at the beginning of the line).</pre
></div
><div class="top"
><p class="src"
- ><a href="" id="v:o" class="def"
+ ><a id="v:o" class="def"
>o</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="subs arguments"
><p class="caption"
@@ -2098,7 +2183,7 @@ is at the beginning of the line).</pre
><table
><tr
><td class="src"
- >:: <a href=""
+ >:: <a href="#"
>Float</a
></td
><td class="doc"
@@ -2108,9 +2193,9 @@ is at the beginning of the line).</pre
></tr
><tr
><td class="src"
- >-&gt; <a href=""
+ >-&gt; <a href="#"
>IO</a
- > <a href=""
+ > <a href="#"
>Float</a
></td
><td class="doc"
@@ -2139,15 +2224,17 @@ is at the beginning of the line).</pre
></div
><div class="top"
><p class="src"
- ><a href="" id="v:f-39-" class="def"
+ ><a id="v:f-39-" class="def"
>f'</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>a function with a prime can be referred to as <code
- ><a href=""
+ ><a href="#"
>f'</a
></code
>
@@ -2156,10 +2243,12 @@ is at the beginning of the line).</pre
></div
><div class="top"
><p class="src"
- ><a href="" id="v:withType" class="def"
+ ><a id="v:withType" class="def"
>withType</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -2168,9 +2257,11 @@ is at the beginning of the line).</pre
></div
><div class="top"
><p class="src"
- ><a href="" id="v:withoutType" class="def"
+ ><a id="v:withoutType" class="def"
>withoutType</a
- > :: t</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Comment on a definition without type signature</p
@@ -2179,11 +2270,7 @@ is at the beginning of the line).</pre
></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
diff --git a/html-test/ref/Threaded.html b/html-test/ref/Threaded.html
index 1f54b9ea..8c2261b1 100644
--- a/html-test/ref/Threaded.html
+++ b/html-test/ref/Threaded.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
>Threaded</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_Threaded.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Threaded.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -56,9 +57,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Threaded.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
></li
></ul
@@ -68,10 +69,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Threaded.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -84,11 +87,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Threaded.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
diff --git a/html-test/ref/Threaded_TH.html b/html-test/ref/Threaded_TH.html
new file mode 100644
index 00000000..2140d5b7
--- /dev/null
+++ b/html-test/ref/Threaded_TH.html
@@ -0,0 +1,90 @@
+<html xmlns="http://www.w3.org/1999/xhtml"
+><head
+ ><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
+ /><title
+ >Threaded_TH</title
+ ><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"
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Threaded_TH.html&quot;);};
+//
+</script
+ ></head
+ ><body
+ ><div id="package-header"
+ ><ul class="links" id="page-menu"
+ ><li
+ ><a href="#"
+ >Contents</a
+ ></li
+ ><li
+ ><a href="#"
+ >Index</a
+ ></li
+ ></ul
+ ><p class="caption empty"
+ ></p
+ ></div
+ ><div id="content"
+ ><div id="module-header"
+ ><table class="info"
+ ><tr
+ ><th
+ >Safe Haskell</th
+ ><td
+ >None</td
+ ></tr
+ ></table
+ ><p class="caption"
+ >Threaded_TH</p
+ ></div
+ ><div id="description"
+ ><p class="caption"
+ >Description</p
+ ><div class="doc"
+ ><p
+ >Imported by <code
+ >Threaded</code
+ >, since a TH splice can't be used in the
+ module where it is defined.</p
+ ></div
+ ></div
+ ><div id="synopsis"
+ ><p id="control.syn" class="caption expander" onclick="toggleSection('syn')"
+ >Synopsis</p
+ ><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
+ ><li class="src short"
+ ><a href="#"
+ >forkTH</a
+ > :: Q Exp</li
+ ></ul
+ ></div
+ ><div id="interface"
+ ><h1
+ >Documentation</h1
+ ><div class="top"
+ ><p class="src"
+ ><a id="v:forkTH" class="def"
+ >forkTH</a
+ > :: Q Exp <a href="#" class="selflink"
+ >#</a
+ ></p
+ ><div class="doc"
+ ><p
+ >forkOS requires the threaded RTS, so this TH fails if haddock was
+ built without <code
+ >-threaded</code
+ >.</p
+ ></div
+ ></div
+ ></div
+ ></div
+ ><div id="footer"
+ ></div
+ ></body
+ ></html
+> \ No newline at end of file
diff --git a/html-test/ref/Ticket112.html b/html-test/ref/Ticket112.html
index 4aefb488..6f42cff6 100644
--- a/html-test/ref/Ticket112.html
+++ b/html-test/ref/Ticket112.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
>Ticket112</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_Ticket112.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Ticket112.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,7 +47,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket112.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
> :: a</li
></ul
@@ -56,13 +57,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket112.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>...given a raw <code
- ><a href=""
+ ><a href="#"
>Addr#</a
></code
> to the string, and the length of the string.</p
@@ -71,11 +74,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket112.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
diff --git a/html-test/ref/Ticket61.html b/html-test/ref/Ticket61.html
index aeb3c022..e4ff49be 100644
--- a/html-test/ref/Ticket61.html
+++ b/html-test/ref/Ticket61.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
>Ticket61</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_Ticket61.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Ticket61.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,18 +49,30 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket61.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:C" class="def"
+ > <a id="t:C" class="def"
>C</a
> a <span class="keyword"
>where</span
+ > <a href="#" class="selflink"
+ >#</a
></p
+ ><div class="subs minimal"
+ ><p class="caption"
+ >Minimal complete definition</p
+ ><p class="src"
+ ><a href="#"
+ >f</a
+ ></p
+ ></div
><div class="subs methods"
><p class="caption"
>Methods</p
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: a</p
+ > :: a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>A comment about f</p
@@ -69,11 +82,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket61.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
diff --git a/html-test/ref/Ticket75.html b/html-test/ref/Ticket75.html
index 169b0522..79678466 100644
--- a/html-test/ref/Ticket75.html
+++ b/html-test/ref/Ticket75.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
>Ticket75</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_Ticket75.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Ticket75.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,15 +49,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket75.html");};
><li class="src short"
><span class="keyword"
>data</span
- > a <a href=""
+ > a <a href="#"
>:-</a
- > b = <a href=""
+ > b = <a href="#"
>Q</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>f</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -68,35 +69,39 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket75.html");};
><p class="src"
><span class="keyword"
>data</span
- > a <a href="" id="t::-45-" class="def"
+ > a <a id="t::-45-" class="def"
>:-</a
- > b</p
+ > b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="subs constructors"
><p class="caption"
>Constructors</p
><table
><tr
><td class="src"
- ><a href="" id="v:Q" class="def"
+ ><a id="v:Q" class="def"
>Q</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
></div
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>A reference to <code
- ><a href=""
+ ><a href="#"
>:-</a
></code
></p
@@ -105,11 +110,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Ticket75.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
diff --git a/html-test/ref/TitledPicture.html b/html-test/ref/TitledPicture.html
index 3aac9689..61170750 100644
--- a/html-test/ref/TitledPicture.html
+++ b/html-test/ref/TitledPicture.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
>TitledPicture</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_TitledPicture.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_TitledPicture.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,15 +47,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_TitledPicture.html");}
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
></li
><li class="src short"
- ><a href=""
+ ><a href="#"
>bar</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
></li
></ul
@@ -64,15 +65,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_TitledPicture.html");}
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:foo" class="def"
+ ><a id="v:foo" class="def"
>foo</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>Picture for <code
- ><a href=""
+ ><a href="#"
>foo</a
></code
> without a title <img src="bar"
@@ -81,15 +84,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_TitledPicture.html");}
></div
><div class="top"
><p class="src"
- ><a href="" id="v:bar" class="def"
+ ><a id="v:bar" class="def"
>bar</a
- > :: <a href=""
+ > :: <a href="#"
>Integer</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
>Picture for <code
- ><a href=""
+ ><a href="#"
>bar</a
></code
> with title <img src="un&#8739;&#8705;&#8728;" title="&#948;&#8712;"
@@ -99,11 +104,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TitledPicture.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
diff --git a/html-test/ref/TypeFamilies.html b/html-test/ref/TypeFamilies.html
index 3295318f..f96ad89e 100644
--- a/html-test/ref/TypeFamilies.html
+++ b/html-test/ref/TypeFamilies.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
>TypeFamilies</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_TypeFamilies.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_TypeFamilies.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -56,19 +57,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>X</a
><ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>X</a
></li
><li
- >| <a href=""
+ >| <a href="#"
>XX</a
></li
><li
- >| <a href=""
+ >| <a href="#"
>XXX</a
></li
></ul
@@ -76,21 +77,21 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Y</a
></li
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Z</a
><ul class="subs"
><li
- >= <a href=""
+ >= <a href="#"
>ZA</a
></li
><li
- >| <a href=""
+ >| <a href="#"
>ZB</a
></li
></ul
@@ -98,25 +99,27 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>Test</a
> a</li
><li class="src short"
><span class="keyword"
>type family</span
- > <a href=""
+ > <a href="#"
>Foo</a
> a :: k</li
><li class="src short"
><span class="keyword"
>data family</span
- > <a href=""
+ > <a href="#"
>Bat</a
- > a :: *</li
+ > a :: <a href="#"
+ >*</a
+ ></li
><li class="src short"
><span class="keyword"
>class</span
- > <a href=""
+ > <a href="#"
>Assoc</a
> a <span class="keyword"
>where</span
@@ -124,33 +127,37 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><li
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>AssocD</a
- > a :: *</li
+ > a :: <a href="#"
+ >*</a
+ ></li
><li
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>AssocT</a
- > a :: *</li
+ > a :: <a href="#"
+ >*</a
+ ></li
></ul
></li
><li class="src short"
><span class="keyword"
>type family</span
- > <a href=""
+ > <a href="#"
>Bar</a
> b</li
><li class="src short"
><span class="keyword"
>type family</span
- > a <a href=""
+ > a <a href="#"
>&lt;&gt;</a
> b :: k</li
><li class="src short"
><span class="keyword"
>class</span
- > a <a href=""
+ > a <a href="#"
>&gt;&lt;</a
> b</li
></ul
@@ -162,8 +169,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:X" class="def"
+ > <a id="t:X" class="def"
>X</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -175,7 +184,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:X" class="def"
+ ><a id="v:X" class="def"
>X</a
></td
><td class="doc"
@@ -185,7 +194,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
></tr
><tr
><td class="src"
- ><a href="" id="v:XX" class="def"
+ ><a id="v:XX" class="def"
>XX</a
></td
><td class="doc"
@@ -195,7 +204,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
></tr
><tr
><td class="src"
- ><a href="" id="v:XXX" class="def"
+ ><a id="v:XXX" class="def"
>XXX</a
></td
><td class="doc"
@@ -213,13 +222,43 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><tr
><td class="src clearfix"
><span class="inst-left"
- ><span id="control.i:id:X:Assoc:1" class="instance expander" onclick="toggleSection('i:id:X:Assoc:1')"
+ ><span id="control.i:id:X:-62--60-:1" class="instance expander" onclick="toggleSection('i:id:X:-62--60-:1')"
+ ></span
+ > <a href="#"
+ >(&gt;&lt;)</a
+ > <a href="#"
+ >X</a
+ > <a href="#"
+ >XX</a
+ > <a href="#"
+ >XXX</a
+ ></span
+ > <a href="#" class="selflink"
+ >#</a
+ ></td
+ ><td class="doc empty"
+ ></td
+ ></tr
+ ><tr
+ ><td colspan="2"
+ ><div id="section.i:id:X:-62--60-:1" class="inst-details hide"
+ ></div
+ ></td
+ ></tr
+ ><tr
+ ><td class="src clearfix"
+ ><span class="inst-left"
+ ><span id="control.i:id:X:Assoc:2" class="instance expander" onclick="toggleSection('i:id:X:Assoc:2')"
></span
- > <a href=""
+ > <a href="#"
>Assoc</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -228,26 +267,38 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
></tr
><tr
><td colspan="2"
- ><div id="section.i:id:X:Assoc:1" class="inst-details hide"
+ ><div id="section.i:id:X:Assoc:2" class="inst-details hide"
><div class="subs associated-types"
><p class="caption"
>Associated Types</p
><p class="src"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>AssocD</a
- > (<a href=""
+ > <a href="#"
>X</a
- > :: k)</p
+ > (a :: <a href="#"
+ >X</a
+ >) :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>AssocT</a
- > (<a href=""
+ > <a href="#"
+ >X</a
+ > (a :: <a href="#"
>X</a
- > :: k) :: *</p
+ >) :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
></td
@@ -255,13 +306,17 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><tr
><td class="src clearfix"
><span class="inst-left"
- ><span id="control.i:id:X:Test:2" class="instance expander" onclick="toggleSection('i:id:X:Test:2')"
+ ><span id="control.i:id:X:Test:3" class="instance expander" onclick="toggleSection('i:id:X:Test:3')"
></span
- > <a href=""
+ > <a href="#"
>Test</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -270,122 +325,134 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
></tr
><tr
><td colspan="2"
- ><div id="section.i:id:X:Test:2" class="inst-details hide"
+ ><div id="section.i:id:X:Test:3" class="inst-details hide"
></div
></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
- ><span id="control.i:id:X:-62--60-:3" class="instance expander" onclick="toggleSection('i:id:X:-62--60-:3')"
- ></span
- > <a href=""
- >(&gt;&lt;)</a
- > <a href=""
+ ><span class="keyword"
+ >type</span
+ > <a href="#"
+ >Foo</a
+ > <a href="#"
>X</a
- > <a href=""
- >XX</a
- > <a href=""
- >XXX</a
+ > = <a href="#"
+ >Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
- ></tr
- ><tr
- ><td colspan="2"
- ><div id="section.i:id:X:-62--60-:3" class="inst-details hide"
- ></div
- ></td
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
- >Foo</a
- > <a href=""
+ > <a href="#"
+ >(&lt;&gt;)</a
+ > <a href="#"
+ >X</a
+ > <a href="#"
+ >XXX</a
+ > <a href="#"
+ >XX</a
+ > = <a href="#"
>X</a
- > = <a href=""
- >Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
- ><td class="doc"
- ><p
- >External instance</p
- ></td
+ ><td class="doc empty"
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>AssocD</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
- > = <a href="" id="v:AssocX" class="def"
+ > = <a id="v:AssocX" class="def"
>AssocX</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>AssocT</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
- > = <a href=""
+ > = <a href="#"
>Foo</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bat</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
> <ul class="inst"
><li class="inst"
- >= <a href="" id="v:BatX" class="def"
+ >= <a id="v:BatX" class="def"
>BatX</a
- > <a href=""
+ > <a href="#"
>X</a
></li
><li class="inst"
- >| <a href="" id="v:BatXX" class="def"
+ >| <a id="v:BatXX" class="def"
>BatXX</a
> { <ul class="subs"
><li
- ><a href="" id="v:aaa" class="def"
+ ><a id="v:aaa" class="def"
>aaa</a
- > :: <a href=""
+ > :: <a href="#"
>X</a
></li
><li
- ><a href="" id="v:bbb" class="def"
+ ><a id="v:bbb" class="def"
>bbb</a
- > :: <a href=""
+ > :: <a href="#"
>Y</a
></li
></ul
> }</li
></ul
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -397,54 +464,40 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>Foo</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
- > = <a href=""
+ > = <a href="#"
>Y</a
></span
- ></td
- ><td class="doc"
- ><p
- >Doc for: type instance Foo X = Y</p
- ></td
- ></tr
- ><tr
- ><td class="src clearfix"
- ><span class="inst-left"
- ><span class="keyword"
- >type</span
- > <a href=""
- >(&lt;&gt;)</a
- > * <a href=""
- >X</a
- > a = <a href=""
- >X</a
- ></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>(&lt;&gt;)</a
- > <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
- > <a href=""
- >XXX</a
- > <a href=""
- >XX</a
- > = <a href=""
+ > a = <a href="#"
>X</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -454,8 +507,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Y" class="def"
+ > <a id="t:Y" class="def"
>Y</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -471,11 +526,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span id="control.i:id:Y:Assoc:1" class="instance expander" onclick="toggleSection('i:id:Y:Assoc:1')"
></span
- > <a href=""
+ > <a href="#"
>Assoc</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -491,19 +550,31 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>AssocD</a
- > (<a href=""
+ > <a href="#"
+ >Y</a
+ > (a :: <a href="#"
>Y</a
- > :: k)</p
+ >) :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>AssocT</a
- > (<a href=""
+ > <a href="#"
+ >Y</a
+ > (a :: <a href="#"
>Y</a
- > :: k) :: *</p
+ >) :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
></td
@@ -513,11 +584,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span id="control.i:id:Y:Test:2" class="instance expander" onclick="toggleSection('i:id:Y:Test:2')"
></span
- > <a href=""
+ > <a href="#"
>Test</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -535,63 +610,79 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bar</a
- > <a href=""
+ > <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>AssocD</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
- > = <a href="" id="v:AssocY" class="def"
+ > = <a id="v:AssocY" class="def"
>AssocY</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>AssocT</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
- > = <a href=""
+ > = <a href="#"
>Bat</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bat</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
- > = <a href="" id="v:BatY" class="def"
+ > = <a id="v:BatY" class="def"
>BatY</a
- > <a href=""
+ > <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -603,32 +694,38 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>Foo</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
- > = <a href=""
+ > = <a href="#"
>X</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
- ><td class="doc"
- ><p
- >Doc for: type instance Foo Y = X</p
- ></td
+ ><td class="doc empty"
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>(&lt;&gt;)</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
> a = a</span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -638,8 +735,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Z" class="def"
+ > <a id="t:Z" class="def"
>Z</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -651,19 +750,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><table
><tr
><td class="src"
- ><a href="" id="v:ZA" class="def"
+ ><a id="v:ZA" class="def"
>ZA</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href="" id="v:ZB" class="def"
+ ><a id="v:ZB" class="def"
>ZB</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -677,51 +776,37 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bat</a
- > <a href=""
+ > <a href="#"
>Z</a
> <span class="keyword"
>where</span
><ul class="inst"
><li class="inst"
- ><a href="" id="v:BatZ1" class="def"
+ ><a id="v:BatZ1" class="def"
>BatZ1</a
- > :: <a href=""
- >Z</a
- > -&gt; <a href=""
+ > :: <a href="#"
>Bat</a
- > <a href=""
+ > <a href="#"
>Z</a
- > <a href=""
+ > <a href="#"
>ZA</a
></li
><li class="inst"
- ><a href="" id="v:BatZ2" class="def"
+ ><a id="v:BatZ2" class="def"
>BatZ2</a
- > :: { <ul class="subs"
- ><li
- ><a href="" id="v:batx" class="def"
- >batx</a
- > :: <a href=""
- >X</a
- ></li
- ><li
- ><a href="" id="v:baty" class="def"
- >baty</a
- > :: <a href=""
- >Y</a
- ></li
- ></ul
- > } -&gt; <a href=""
+ > :: <a href="#"
>Bat</a
- > <a href=""
+ > <a href="#"
>Z</a
- > <a href=""
+ > <a href="#"
>ZB</a
></li
></ul
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -736,9 +821,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:Test" class="def"
+ > <a id="t:Test" class="def"
>Test</a
- > a</p
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Doc for: class Test a</p
@@ -753,11 +840,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span id="control.i:ic:Test:Test:1" class="instance expander" onclick="toggleSection('i:ic:Test:Test:1')"
></span
- > <a href=""
+ > <a href="#"
>Test</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -775,11 +866,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span id="control.i:ic:Test:Test:2" class="instance expander" onclick="toggleSection('i:ic:Test:Test:2')"
></span
- > <a href=""
+ > <a href="#"
>Test</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -800,9 +895,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>type family</span
- > <a href="" id="t:Foo" class="def"
+ > <a id="t:Foo" class="def"
>Foo</a
- > a :: k</p
+ > a :: k <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Doc for: type family Foo a</p
@@ -817,36 +914,40 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>Foo</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
- > = <a href=""
+ > = <a href="#"
>X</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
- ><td class="doc"
- ><p
- >Doc for: type instance Foo Y = X</p
- ></td
+ ><td class="doc empty"
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>Foo</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
- > = <a href=""
+ > = <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
- ><td class="doc"
- ><p
- >Doc for: type instance Foo X = Y</p
- ></td
+ ><td class="doc empty"
+ ></td
></tr
></table
></div
@@ -856,9 +957,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>data family</span
- > <a href="" id="t:Bat" class="def"
+ > <a id="t:Bat" class="def"
>Bat</a
- > a :: *</p
+ > a :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Doc for: data family Bat a</p
@@ -873,51 +978,37 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bat</a
- > <a href=""
+ > <a href="#"
>Z</a
> <span class="keyword"
>where</span
><ul class="inst"
><li class="inst"
- ><a href="" id="v:BatZ1" class="def"
+ ><a id="v:BatZ1" class="def"
>BatZ1</a
- > :: <a href=""
- >Z</a
- > -&gt; <a href=""
+ > :: <a href="#"
>Bat</a
- > <a href=""
+ > <a href="#"
>Z</a
- > <a href=""
+ > <a href="#"
>ZA</a
></li
><li class="inst"
- ><a href="" id="v:BatZ2" class="def"
+ ><a id="v:BatZ2" class="def"
>BatZ2</a
- > :: { <ul class="subs"
- ><li
- ><a href="" id="v:batx" class="def"
- >batx</a
- > :: <a href=""
- >X</a
- ></li
- ><li
- ><a href="" id="v:baty" class="def"
- >baty</a
- > :: <a href=""
- >Y</a
- ></li
- ></ul
- > } -&gt; <a href=""
+ > :: <a href="#"
>Bat</a
- > <a href=""
+ > <a href="#"
>Z</a
- > <a href=""
+ > <a href="#"
>ZB</a
></li
></ul
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -929,15 +1020,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bat</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
- > = <a href="" id="v:BatY" class="def"
+ > = <a id="v:BatY" class="def"
>BatY</a
- > <a href=""
+ > <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -949,37 +1044,41 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bat</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
> <ul class="inst"
><li class="inst"
- >= <a href="" id="v:BatX" class="def"
+ >= <a id="v:BatX" class="def"
>BatX</a
- > <a href=""
+ > <a href="#"
>X</a
></li
><li class="inst"
- >| <a href="" id="v:BatXX" class="def"
+ >| <a id="v:BatXX" class="def"
>BatXX</a
> { <ul class="subs"
><li
- ><a href="" id="v:aaa" class="def"
+ ><a id="v:aaa" class="def"
>aaa</a
- > :: <a href=""
+ > :: <a href="#"
>X</a
></li
><li
- ><a href="" id="v:bbb" class="def"
+ ><a id="v:bbb" class="def"
>bbb</a
- > :: <a href=""
+ > :: <a href="#"
>Y</a
></li
></ul
> }</li
></ul
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -994,9 +1093,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>class</span
- > <a href="" id="t:Assoc" class="def"
+ > <a id="t:Assoc" class="def"
>Assoc</a
- > a</p
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Doc for: class Assoc a</p
@@ -1007,9 +1108,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:AssocD" class="def"
+ > <a id="t:AssocD" class="def"
>AssocD</a
- > a :: *</p
+ > a :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Doc for: data AssocD a</p
@@ -1017,9 +1122,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>type</span
- > <a href="" id="t:AssocT" class="def"
+ > <a id="t:AssocT" class="def"
>AssocT</a
- > a :: *</p
+ > a :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Doc for: type AssocT a</p
@@ -1035,11 +1144,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span id="control.i:ic:Assoc:Assoc:1" class="instance expander" onclick="toggleSection('i:ic:Assoc:Assoc:1')"
></span
- > <a href=""
+ > <a href="#"
>Assoc</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -1055,19 +1168,31 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>AssocD</a
- > (<a href=""
+ > <a href="#"
+ >Y</a
+ > (a :: <a href="#"
>Y</a
- > :: k)</p
+ >) :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>AssocT</a
- > (<a href=""
+ > <a href="#"
>Y</a
- > :: k) :: *</p
+ > (a :: <a href="#"
+ >Y</a
+ >) :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
></td
@@ -1077,11 +1202,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span id="control.i:ic:Assoc:Assoc:2" class="instance expander" onclick="toggleSection('i:ic:Assoc:Assoc:2')"
></span
- > <a href=""
+ > <a href="#"
>Assoc</a
- > * <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -1097,19 +1226,31 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>AssocD</a
- > (<a href=""
+ > <a href="#"
+ >X</a
+ > (a :: <a href="#"
>X</a
- > :: k)</p
+ >) :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
><p class="src"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>AssocT</a
- > (<a href=""
+ > <a href="#"
>X</a
- > :: k) :: *</p
+ > (a :: <a href="#"
+ >X</a
+ >) :: <a href="#"
+ >*</a
+ > <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></div
></td
@@ -1122,9 +1263,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>type family</span
- > <a href="" id="t:Bar" class="def"
+ > <a id="t:Bar" class="def"
>Bar</a
- > b</p
+ > b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Doc for: type family Bar b</p
@@ -1135,25 +1278,25 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><table
><tr
><td class="src"
- ><a href=""
+ ><a href="#"
>Bar</a
- > <a href=""
+ > <a href="#"
>X</a
- > = <a href=""
+ > = <a href="#"
>X</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src"
- ><a href=""
+ ><a href="#"
>Bar</a
- > y = <a href=""
+ > y = <a href="#"
>Y</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -1162,9 +1305,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>type family</span
- > a <a href="" id="t:-60--62-" class="def"
+ > a <a id="t:-60--62-" class="def"
>&lt;&gt;</a
- > b :: k</p
+ > b :: k <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="subs instances"
><p id="control.i:-60--62-" class="caption collapser" onclick="toggleSection('i:-60--62-')"
>Instances</p
@@ -1175,50 +1320,60 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>(&lt;&gt;)</a
- > * <a href=""
- >Y</a
- > a = a</span
+ > <a href="#"
+ >X</a
+ > <a href="#"
+ >XXX</a
+ > <a href="#"
+ >XX</a
+ > = <a href="#"
+ >X</a
+ ></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>(&lt;&gt;)</a
- > * <a href=""
- >X</a
- > a = <a href=""
- >X</a
- ></span
+ > <a href="#"
+ >*</a
+ > <a href="#"
+ >Y</a
+ > a = a</span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>(&lt;&gt;)</a
- > <a href=""
+ > <a href="#"
+ >*</a
+ > <a href="#"
>X</a
- > <a href=""
- >XXX</a
- > <a href=""
- >XX</a
- > = <a href=""
+ > a = <a href="#"
>X</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -1228,9 +1383,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><p class="src"
><span class="keyword"
>class</span
- > a <a href="" id="t:-62--60-" class="def"
+ > a <a id="t:-62--60-" class="def"
>&gt;&lt;</a
- > b</p
+ > b <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="subs instances"
><p id="control.i:-62--60-" class="caption collapser" onclick="toggleSection('i:-62--60-')"
>Instances</p
@@ -1241,18 +1398,20 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.html");};
><span class="inst-left"
><span id="control.i:ic:-62--60-:-62--60-:1" class="instance expander" onclick="toggleSection('i:ic:-62--60-:-62--60-:1')"
></span
- > <a href=""
+ > <a href="#"
>(&gt;&lt;)</a
- > <a href=""
+ > <a href="#"
>X</a
- > <a href=""
+ > <a href="#"
>XX</a
- > <a href=""
+ > <a href="#"
>XXX</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -1267,11 +1426,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies.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
diff --git a/html-test/ref/TypeFamilies2.html b/html-test/ref/TypeFamilies2.html
index 0c7e4ec6..0da8e6c9 100644
--- a/html-test/ref/TypeFamilies2.html
+++ b/html-test/ref/TypeFamilies2.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
>TypeFamilies2</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_TypeFamilies2.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_TypeFamilies2.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,19 +49,19 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies2.html");}
><li class="src short"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>W</a
></li
><li class="src short"
><span class="keyword"
>type family</span
- > <a href=""
+ > <a href="#"
>Foo</a
> a</li
><li class="src short"
><span class="keyword"
>data family</span
- > <a href=""
+ > <a href="#"
>Bar</a
> a</li
></ul
@@ -72,8 +73,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies2.html");}
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:W" class="def"
+ > <a id="t:W" class="def"
>W</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -89,13 +92,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies2.html");}
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bar</a
- > <a href=""
+ > <a href="#"
>W</a
- > = <a href="" id="v:BarX" class="def"
+ > = <a id="v:BarX" class="def"
>BarX</a
> Z</span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -107,16 +112,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies2.html");}
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>Foo</a
- > <a href=""
+ > <a href="#"
>W</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
- ><td class="doc"
- ><p
- >Should be visible, but with a hidden right hand side</p
- ></td
+ ><td class="doc empty"
+ ></td
></tr
></table
></div
@@ -126,9 +131,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies2.html");}
><p class="src"
><span class="keyword"
>type family</span
- > <a href="" id="t:Foo" class="def"
+ > <a id="t:Foo" class="def"
>Foo</a
- > a</p
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Exported type family</p
@@ -143,34 +150,34 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies2.html");}
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>Foo</a
- > <a href=""
+ > <a href="#"
>W</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
- ><td class="doc"
- ><p
- >Should be visible, but with a hidden right hand side</p
- ></td
+ ><td class="doc empty"
+ ></td
></tr
><tr
><td class="src clearfix"
><span class="inst-left"
><span class="keyword"
>type</span
- > <a href=""
+ > <a href="#"
>Foo</a
- > <a href=""
+ > <a href="#"
>X</a
- > = <a href=""
+ > = <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
- ><td class="doc"
- ><p
- >External instance</p
- ></td
+ ><td class="doc empty"
+ ></td
></tr
></table
></div
@@ -180,9 +187,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies2.html");}
><p class="src"
><span class="keyword"
>data family</span
- > <a href="" id="t:Bar" class="def"
+ > <a id="t:Bar" class="def"
>Bar</a
- > a</p
+ > a <a href="#" class="selflink"
+ >#</a
+ ></p
><div class="doc"
><p
>Exported data family</p
@@ -197,13 +206,15 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies2.html");}
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bar</a
- > <a href=""
+ > <a href="#"
>W</a
- > = <a href="" id="v:BarX" class="def"
+ > = <a id="v:BarX" class="def"
>BarX</a
> Z</span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc"
><p
@@ -215,14 +226,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies2.html");}
><span class="inst-left"
><span class="keyword"
>data</span
- > <a href=""
+ > <a href="#"
>Bar</a
- > <a href=""
+ > <a href="#"
>Y</a
></span
+ > <a href="#" class="selflink"
+ >#</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
></table
></div
@@ -231,11 +244,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeFamilies2.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
diff --git a/html-test/ref/TypeOperators.html b/html-test/ref/TypeOperators.html
index 283083be..f6da47b1 100644
--- a/html-test/ref/TypeOperators.html
+++ b/html-test/ref/TypeOperators.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
>TypeOperators</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_TypeOperators.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_TypeOperators.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -48,44 +49,52 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeOperators.html");}
><p class="src"
><span class="keyword"
>data</span
- > a <a href="" id="t::-45-:" class="def"
+ > a <a id="t::-45-:" class="def"
>:-:</a
- > b</p
+ > b <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
><span class="keyword"
>data</span
- > (a <a href="" id="t::-43-:" class="def"
+ > (a <a id="t::-43-:" class="def"
>:+:</a
- > b) c</p
+ > b) c <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
><span class="keyword"
>data</span
- > <a href="" id="t:Op" class="def"
+ > <a id="t:Op" class="def"
>Op</a
- > a b</p
+ > a b <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
><span class="keyword"
>newtype</span
- > <a href="" id="t:O" class="def"
+ > <a id="t:O" class="def"
>O</a
- > g f a</p
+ > g f 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:O" class="def"
+ ><a id="v:O" class="def"
>O</a
></td
><td class="doc empty"
- >&nbsp;</td
+ ></td
></tr
><tr
><td colspan="2"
@@ -95,11 +104,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeOperators.html");}
><ul
><li
><dfn class="src"
- ><a href="" id="v:unO" class="def"
+ ><a id="v:unO" class="def"
>unO</a
> :: g (f a)</dfn
><div class="doc empty"
- >&nbsp;</div
+ ></div
></li
></ul
></div
@@ -112,62 +121,70 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeOperators.html");}
><p class="src"
><span class="keyword"
>class</span
- > a <a href="" id="t:-60--61--62-" class="def"
+ > a <a id="t:-60--61--62-" class="def"
>&lt;=&gt;</a
- > b</p
+ > b <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:biO" class="def"
+ ><a id="v:biO" class="def"
>biO</a
- > :: (g <a href=""
+ > :: (g <a href="#"
>`O`</a
- > f) a</p
+ > f) a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:f" class="def"
+ ><a id="v:f" class="def"
>f</a
- > :: (a ~ b) =&gt; a -&gt; b</p
+ > :: a ~ b =&gt; a -&gt; b <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:g" class="def"
+ ><a id="v:g" class="def"
>g</a
- > :: (a ~ b, b ~ c) =&gt; a -&gt; c</p
+ > :: (a ~ b, b ~ c) =&gt; a -&gt; c <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:x" class="def"
+ ><a id="v:x" class="def"
>x</a
- > :: (a <a href=""
+ > :: (a <a href="#"
>:-:</a
- > a) <a href=""
+ > a) <a href="#"
>&lt;=&gt;</a
- > (a <a href=""
+ > (a <a href="#"
>`Op`</a
- > a) =&gt; a</p
+ > a) =&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
><div class="top"
><p class="src"
- ><a href="" id="v:y" class="def"
+ ><a id="v:y" class="def"
>y</a
- > :: (a <a href=""
+ > :: (a <a href="#"
>&lt;=&gt;</a
- > a, (a <a href=""
+ > a, (a <a href="#"
>`Op`</a
- > a) <a href=""
+ > a) <a href="#"
>&lt;=&gt;</a
- > a) =&gt; a</p
+ > a) =&gt; a <a href="#" class="selflink"
+ >#</a
+ ></p
></div
></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
diff --git a/html-test/ref/Unicode.html b/html-test/ref/Unicode.html
index d724ecd7..335761f2 100644
--- a/html-test/ref/Unicode.html
+++ b/html-test/ref/Unicode.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
>Unicode</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_Unicode.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Unicode.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,9 +47,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Unicode.html");};
>Synopsis</p
><ul id="section.syn" class="hide" onclick="toggleSection('syn')"
><li class="src short"
- ><a href=""
+ ><a href="#"
>x</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
></li
></ul
@@ -58,10 +59,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Unicode.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:x" class="def"
+ ><a id="v:x" class="def"
>x</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
><div class="doc"
><p
@@ -71,11 +74,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Unicode.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
diff --git a/html-test/ref/Visible.html b/html-test/ref/Visible.html
index 54a04e86..f1390568 100644
--- a/html-test/ref/Visible.html
+++ b/html-test/ref/Visible.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
>Visible</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_Visible.html");};
-//]]>
+ >//
+window.onload = function () {pageLoad();setSynopsis(&quot;mini_Visible.html&quot;);};
+//
</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"
- >&nbsp;</p
+ ></p
></div
><div id="content"
><div id="module-header"
@@ -46,22 +47,20 @@ window.onload = function () {pageLoad();setSynopsis("mini_Visible.html");};
>Documentation</h1
><div class="top"
><p class="src"
- ><a href="" id="v:visible" class="def"
+ ><a id="v:visible" class="def"
>visible</a
- > :: <a href=""
+ > :: <a href="#"
>Int</a
- > -&gt; <a href=""
+ > -&gt; <a href="#"
>Int</a
+ > <a href="#" class="selflink"
+ >#</a
></p
></div
></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
diff --git a/html-test/ref/ocean.css b/html-test/ref/ocean.css
index 428040bc..fcf23810 100644
--- a/html-test/ref/ocean.css
+++ b/html-test/ref/ocean.css
@@ -159,6 +159,8 @@ p.caption.expander {
.instance.collapser, .instance.expander {
margin-left: 0px;
background-position: left center;
+ min-width: 9px;
+ min-height: 9px;
}
@@ -379,21 +381,16 @@ div#style-menu-holder {
#interface h5 + div.top {
margin-top: 1em;
}
-#interface p.src .link {
+#interface .src .selflink,
+#interface .src .link {
float: right;
color: #919191;
- border-left: 1px solid #919191;
background: #f0f0f0;
padding: 0 0.5em 0.2em;
- margin: 0 -0.5em 0 0.5em;
+ margin: 0 -0.5em 0 0;
}
-
-#interface td.src .link {
- float: right;
- color: #919191;
+#interface .src .selflink {
border-left: 1px solid #919191;
- background: #f0f0f0;
- padding: 0 0.5em 0.2em;
margin: 0 -0.5em 0 0.5em;
}