Bunch of minor docs edits.

This commit is contained in:
Simon Forman
2018-06-06 12:47:11 -07:00
parent 3fb1e0ea81
commit 09276fdc13
16 changed files with 23 additions and 12439 deletions
-8
View File
@@ -11778,14 +11778,6 @@ div#notebook {
<p>This notebook is about using the "zipper" with joy datastructures. See the <a href="https://en.wikipedia.org/wiki/Zipper_%28data_structure%29">Zipper wikipedia entry</a> or the original paper: <a href="https://www.st.cs.uni-saarland.de/edu/seminare/2005/advanced-fp/docs/huet-zipper.pdf">"FUNCTIONAL PEARL The Zipper" by Gérard Huet</a></p>
<p>Given a datastructure on the stack we can navigate through it, modify it, and rebuild it using the "zipper" technique.</p>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered"><div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="Preamble">Preamble<a class="anchor-link" href="#Preamble">&#182;</a></h3>
</div>
</div>
</div>