diff options
Diffstat (limited to 'html-test/ref/Nesting.html')
-rw-r--r-- | html-test/ref/Nesting.html | 65 |
1 files changed, 47 insertions, 18 deletions
diff --git a/html-test/ref/Nesting.html b/html-test/ref/Nesting.html index 2b0befba..7bba5148 100644 --- a/html-test/ref/Nesting.html +++ b/html-test/ref/Nesting.html @@ -35,7 +35,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Nesting.html");}; ><th >Safe Haskell</th ><td - >Safe-Inferred</td + >Safe</td ></tr ></table ><p class="caption" @@ -73,6 +73,10 @@ window.onload = function () {pageLoad();setSynopsis("mini_Nesting.html");}; ><a href="" >j</a > :: t</li + ><li class="src short" + ><a href="" + >k</a + > :: t</li ></ul ></div ><div id="interface" @@ -80,7 +84,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Nesting.html");}; >Documentation</h1 ><div class="top" ><p class="src" - ><a name="v:d" class="def" + ><a href="" id="v:d" class="def" >d</a > :: t</p ><div class="doc" @@ -112,7 +116,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Nesting.html");}; ></div ><div class="top" ><p class="src" - ><a name="v:e" class="def" + ><a href="" id="v:e" class="def" >e</a > :: t</p ><div class="doc" @@ -133,7 +137,7 @@ the presence of this text pushes it out of nesting back to the top.</li ></div ><div class="top" ><p class="src" - ><a name="v:f" class="def" + ><a href="" id="v:f" class="def" >f</a > :: t</p ><div class="doc" @@ -151,7 +155,7 @@ the presence of this text pushes it out of nesting back to the top.</li ></div ><div class="top" ><p class="src" - ><a name="v:g" class="def" + ><a href="" id="v:g" class="def" >g</a > :: t</p ><div class="doc" @@ -169,7 +173,7 @@ the presence of this text pushes it out of nesting back to the top.</li ></div ><div class="top" ><p class="src" - ><a name="v:h" class="def" + ><a href="" id="v:h" class="def" >h</a > :: t</p ><div class="doc" @@ -187,7 +191,7 @@ tracks</pre ></div ><div class="top" ><p class="src" - ><a name="v:i" class="def" + ><a href="" id="v:i" class="def" >i</a > :: t</p ><div class="doc" @@ -237,7 +241,7 @@ More of the indented list.</p ></div ><div class="top" ><p class="src" - ><a name="v:j" class="def" + ><a href="" id="v:j" class="def" >j</a > :: t</p ><div class="doc" @@ -285,16 +289,16 @@ with more of the indented list content.</p ><dd >No newline separation even in indented lists. We can have any paragraph level element that we normally - can, like headers<h3 - >Level 3 header</h3 - ><p - >with some content…</p - ><ul - ><li - >and even more lists inside</li - ></ul - ></dd + can, like headers</dd ></dl + ><h3 + >Level 3 header</h3 + ><p + >with some content…</p + ><ul + ><li + >and even more lists inside</li + ></ul ></li ></ol ></li @@ -303,13 +307,38 @@ with more of the indented list content.</p ></dl ></div ></div + ><div class="top" + ><p class="src" + ><a href="" id="v:k" class="def" + >k</a + > :: t</p + ><div class="doc" + ><ul + ><li + >list may start at arbitrary depth</li + ><li + >and consecutive items at that depth + belong to the same list</li + ><li + ><p + >of course we can still</p + ><ul + ><li + >nest items like we are used to</li + ></ul + ></li + ><li + >and then get back to initial list</li + ></ul + ></div + ></div ></div ></div ><div id="footer" ><p >Produced by <a href="" >Haddock</a - > version 2.15.0</p + > version 2.16.2</p ></div ></body ></html |