Rebuild docs with Python 3 and Sphinx 3.0.2.
This commit is contained in:
+5
-1
@@ -1,4 +1,3 @@
|
||||
|
||||
# Traversing Datastructures with Zippers
|
||||
This notebook is about using the "zipper" with joy datastructures. See the [Zipper wikipedia entry](https://en.wikipedia.org/wiki/Zipper_%28data_structure%29) or the original paper: ["FUNCTIONAL PEARL The Zipper" by Gérard Huet](https://www.st.cs.uni-saarland.de/edu/seminare/2005/advanced-fp/docs/huet-zipper.pdf)
|
||||
|
||||
@@ -275,3 +274,8 @@ It's easy to read off (in reverse) the right sequence of "d" and "i" from the su
|
||||
|
||||
[ n [ n [ n n x ...
|
||||
i d i d i d d Bingo!
|
||||
|
||||
|
||||
```python
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user