@@ -1824,7 +1824,7 @@ register_error_of_exn((function (param) {
1824
1824
"Some fatal warnings were triggered (%d occurrences)"
1825
1825
]), param[1]);
1826
1826
} else {
1827
- return undefined ;
1827
+ return ;
1828
1828
}
1829
1829
}));
1830
1830
@@ -2183,7 +2183,7 @@ function get_docstring(info, dsl) {
2183
2183
continue ;
2184
2184
}
2185
2185
} else {
2186
- return undefined ;
2186
+ return ;
2187
2187
}
2188
2188
};
2189
2189
}
@@ -2246,7 +2246,7 @@ function get_pre_docs(pos) {
2246
2246
}
2247
2247
catch (exn){
2248
2248
if (exn === Caml_builtin_exceptions.not_found) {
2249
- return undefined ;
2249
+ return ;
2250
2250
} else {
2251
2251
throw exn;
2252
2252
}
@@ -2284,7 +2284,7 @@ function get_post_docs(pos) {
2284
2284
}
2285
2285
catch (exn){
2286
2286
if (exn === Caml_builtin_exceptions.not_found) {
2287
- return undefined ;
2287
+ return ;
2288
2288
} else {
2289
2289
throw exn;
2290
2290
}
@@ -2311,7 +2311,7 @@ function get_info(pos) {
2311
2311
}
2312
2312
catch (exn){
2313
2313
if (exn === Caml_builtin_exceptions.not_found) {
2314
- return undefined ;
2314
+ return ;
2315
2315
} else {
2316
2316
throw exn;
2317
2317
}
@@ -4896,7 +4896,7 @@ var yyact = /* array */[
4896
4896
], _4);
4897
4897
}),
4898
4898
(function (__caml_parser_env) {
4899
- return undefined ;
4899
+ return ;
4900
4900
}),
4901
4901
(function (__caml_parser_env) {
4902
4902
return Parsing.peek_val(__caml_parser_env, 0);
@@ -5185,7 +5185,7 @@ var yyact = /* array */[
5185
5185
return Parsing.peek_val(__caml_parser_env, 0);
5186
5186
}),
5187
5187
(function (__caml_parser_env) {
5188
- return undefined ;
5188
+ return ;
5189
5189
}),
5190
5190
(function (__caml_parser_env) {
5191
5191
var _1 = Parsing.peek_val(__caml_parser_env, 5);
@@ -5708,7 +5708,7 @@ var yyact = /* array */[
5708
5708
return mkpat(/* Ppat_any */0);
5709
5709
}),
5710
5710
(function (__caml_parser_env) {
5711
- return undefined ;
5711
+ return ;
5712
5712
}),
5713
5713
(function (__caml_parser_env) {
5714
5714
return Parsing.peek_val(__caml_parser_env, 0);
0 commit comments