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/Bug6.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/Bug6.html')
-rw-r--r-- | html-test/ref/Bug6.html | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/html-test/ref/Bug6.html b/html-test/ref/Bug6.html index 384e4dc8..2fde3f10 100644 --- a/html-test/ref/Bug6.html +++ b/html-test/ref/Bug6.html @@ -46,8 +46,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");}; >Description</p ><div class="doc" ><p - >Exporting records. -</p + >Exporting records.</p ></div ></div ><div id="synopsis" @@ -138,8 +137,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");}; > </p ><div class="doc" ><p - >This record is exported without its field -</p + >This record is exported without its field</p ></div ><div class="subs constructors" ><p class="caption" @@ -168,8 +166,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");}; ><div class="doc" ><p >.. with its field, but the field is named separately in the export list - (the field isn't documented separately since it is already documented here) -</p + (the field isn't documented separately since it is already documented here)</p ></div ><div class="subs constructors" ><p class="caption" @@ -215,8 +212,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");}; > </p ><div class="doc" ><p - >.. with fields names as subordinate names in the export -</p + >.. with fields names as subordinate names in the export</p ></div ><div class="subs constructors" ><p class="caption" @@ -271,8 +267,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");}; ><div class="doc" ><p >.. with only some of the fields exported (we can't handle this one - - how do we render the declaration?) -</p + how do we render the declaration?)</p ></div ><div class="subs constructors" ><p class="caption" @@ -302,8 +297,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug6.html");}; > </p ><div class="doc" ><p - >a newtype with a field -</p + >a newtype with a field</p ></div ><div class="subs constructors" ><p class="caption" |