@@ -198,14 +198,16 @@ let from_v2 =
198
198
( " /learn/tutorials/compiling_ocaml_projects.html" ,
199
199
Url. tutorial " compiling-ocaml-projects" );
200
200
( " /learn/tutorials/data_types_and_matching.fr.html" ,
201
- Url. tutorial " data-types" );
201
+ Url. tutorial " basic- data-types" );
202
202
( " /learn/tutorials/data_types_and_matching.it.html" ,
203
- Url. tutorial " data-types" );
203
+ Url. tutorial " basic- data-types" );
204
204
( " /learn/tutorials/data_types_and_matching.ja.html" ,
205
- Url. tutorial " data-types" );
206
- (" /learn/tutorials/data_types_and_matching.html" , Url. tutorial " data-types" );
205
+ Url. tutorial " basic-data-types" );
206
+ ( " /learn/tutorials/data_types_and_matching.html" ,
207
+ Url. tutorial " basic-data-types" );
207
208
( " /learn/tutorials/data_types_and_matching.zh.html" ,
208
- Url. tutorial " data-types" );
209
+ Url. tutorial " basic-data-types" );
210
+ (Url. tutorial " data-types" , Url. tutorial " basic-data-types" );
209
211
(" /learn/tutorials/debug.html" , Url. tutorial " debugging" );
210
212
(" /learn/tutorials/error_handling.html" , Url. tutorial " error-handling" );
211
213
( " /learn/tutorials/file_manipulation.ja.html" ,
@@ -215,16 +217,17 @@ let from_v2 =
215
217
Url. tutorial " file-manipulation" );
216
218
(" /learn/tutorials/format.fr.html" , Url. tutorial " formatting-text" );
217
219
(" /learn/tutorials/format.html" , Url. tutorial " formatting-text" );
218
- ( " /learn/tutorials/functional_programming.fr.html" ,
219
- Url. tutorial " functional-programming" );
220
- ( " /learn/tutorials/functional_programming.it.html" ,
221
- Url. tutorial " functional-programming" );
222
- ( " /learn/tutorials/functional_programming.ja.html" ,
223
- Url. tutorial " functional-programming" );
224
- ( " /learn/tutorials/functional_programming.html" ,
225
- Url. tutorial " functional-programming" );
226
- ( " /learn/tutorials/functional_programming.zh.html" ,
227
- Url. tutorial " functional-programming" );
220
+ (* FIXME: uncomment when higher-order-functions is merged (
221
+ "/learn/tutorials/functional_programming.fr.html", Url.tutorial
222
+ "higher-order-functions" ); (
223
+ "/learn/tutorials/functional_programming.it.html", Url.tutorial
224
+ "higher-order-functions" ); (
225
+ "/learn/tutorials/functional_programming.ja.html", Url.tutorial
226
+ "higher-order-functions" ); (
227
+ "/learn/tutorials/functional_programming.html", Url.tutorial
228
+ "higher-order-functions" ); (
229
+ "/learn/tutorials/functional_programming.zh.html", Url.tutorial
230
+ "higher-order-functions" ); *)
228
231
(" /learn/tutorials/functors.html" , Url. tutorial " functors" );
229
232
( " /learn/tutorials/garbage_collection.ja.html" ,
230
233
Url. tutorial " garbage-collection" );
@@ -273,16 +276,6 @@ let from_v2 =
273
276
(" /learn/tutorials/modules.ko.html" , Url. tutorial " modules" );
274
277
(" /learn/tutorials/modules.html" , Url. tutorial " modules" );
275
278
(" /learn/tutorials/modules.zh.html" , Url. tutorial " modules" );
276
- ( " /learn/tutorials/null_pointers_asserts_and_warnings.fr.html" ,
277
- Url. tutorial " null-pointers-asserts-and-warnings" );
278
- ( " /learn/tutorials/null_pointers_asserts_and_warnings.it.html" ,
279
- Url. tutorial " null-pointers-asserts-and-warnings" );
280
- ( " /learn/tutorials/null_pointers_asserts_and_warnings.ja.html" ,
281
- Url. tutorial " null-pointers-asserts-and-warnings" );
282
- ( " /learn/tutorials/null_pointers_asserts_and_warnings.html" ,
283
- Url. tutorial " null-pointers-asserts-and-warnings" );
284
- ( " /learn/tutorials/null_pointers_asserts_and_warnings.zh.html" ,
285
- Url. tutorial " null-pointers-asserts-and-warnings" );
286
279
(" /learn/tutorials/objects.ja.html" , Url. tutorial " objects" );
287
280
(" /learn/tutorials/objects.html" , Url. tutorial " objects" );
288
281
(" /learn/tutorials/objects.zh.html" , Url. tutorial " objects" );
@@ -291,13 +284,11 @@ let from_v2 =
291
284
(" /learn/tutorials/performance_and_profiling.html" , Url. tutorial " profiling" );
292
285
( " /learn/tutorials/performance_and_profiling_discussion.html" ,
293
286
Url. tutorial " profiling" );
294
- (" /learn/tutorials/pointers.html" , Url. tutorial " pointers" );
295
- (" /learn/tutorials/pointers.zh.html" , Url. tutorial " pointers" );
296
287
(" /learn/tutorials/set.fr.html" , Url. tutorial " sets" );
297
288
(" /learn/tutorials/set.ja.html" , Url. tutorial " sets" );
298
289
(" /learn/tutorials/set.html" , Url. tutorial " sets" );
299
290
(" /learn/tutorials/set.zh.html" , Url. tutorial " sets" );
300
- (" /learn/tutorials/streams.html" , Url. tutorial " streams " );
291
+ (" /learn/tutorials/streams.html" , Url. tutorial " sequences " );
301
292
(" /learn/tutorials/up_and_running.html" , Url. tutorial " up-and-running" );
302
293
(Url. tutorial " first-hour" , Url. tutorial " tour-of-ocaml" );
303
294
(" /meetings/index.fr.html" , Url. community);
0 commit comments