File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ a good update to the excellent work by [Chris Okasaki](https://en.wikipedia.org/
11
11
- [ Pattern matching nesting reduction] ( ./docs/pattern_matching_nesting_reduction.ipynb )
12
12
- [ Fixed points] ( ./docs/fixed_points.ipynb )
13
13
- [ Exception vs Result] ( ./docs/exception_vs_result.ipynb )
14
- - [ Bottom-up approach to devise a structure : r0b0t] ( ./docs/r0b0t.ipynb )
14
+ - [ Designing a structure from the bottom up : r0b0t] ( ./docs/r0b0t.ipynb )
Original file line number Diff line number Diff line change 17
17
" - [Pattern matching nesting reduction](./pattern_matching_nesting_reduction.ipynb)\n " ,
18
18
" - [Fixed points](./fixed_points.ipynb)\n " ,
19
19
" - [Exception vs Result](./exception_vs_result.ipynb)\n " ,
20
- " - [Bottom-up approach to devise a structure : r0b0t](./r0b0t.ipynb)"
20
+ " - [Designing a structure from the bottom up : r0b0t](./r0b0t.ipynb)"
21
21
]
22
22
}
23
23
],
Original file line number Diff line number Diff line change 4
4
"cell_type" : " markdown" ,
5
5
"metadata" : {},
6
6
"source" : [
7
- " # Bottom-up approach to devise a structure : r0b0t"
7
+ " # Designing a structure from the bottom up : r0b0t"
8
8
]
9
9
},
10
10
{
You can’t perform that action at this time.
0 commit comments