diff options
author | Simon Hengel <sol@typeful.net> | 2013-09-08 10:33:38 +0200 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-12 14:48:35 -0600 |
commit | 2448bd71609688be7b8bfe362a8534959531cd79 (patch) | |
tree | 66f23e3cc5fd6c97da832e8704f8f633e508b64b /html-test/ref/B.html | |
parent | 27876dc77ff259e27a71ea6f30662a668adfd134 (diff) |
Fix totality, unicode, examples, paragraph parsing
Also simplify specs and parsers while we're at it. Some parsers were
made more generic.
This commit is a part of GHC pre-merge squash, email
fuuzetsu@fuuzetsu.co.uk if you need the full commit history.
Diffstat (limited to 'html-test/ref/B.html')
-rw-r--r-- | html-test/ref/B.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/html-test/ref/B.html b/html-test/ref/B.html index 4dd5d339..ea408d0b 100644 --- a/html-test/ref/B.html +++ b/html-test/ref/B.html @@ -115,8 +115,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");}; >. Module link: <a href="" >Prelude</a - >. -</p + >.</p ></div ></div ><div class="top" @@ -128,8 +127,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");}; ></p ><div class="doc" ><p - >Should show up on the page for both modules A and B -</p + >Should show up on the page for both modules A and B</p ></div ></div ><div class="top" @@ -141,8 +139,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");}; > </p ><div class="doc" ><p - >Should show up on the page for both modules A and B -</p + >Should show up on the page for both modules A and B</p ></div ><div class="subs constructors" ><p class="caption" @@ -155,8 +152,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");}; ></td ><td class="doc" ><p - >Doc for consructor -</p + >Doc for consructor</p ></td ></tr ></table |