File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function assertEqual(a, b) {
1212 RE_EXN_ID : "Assert_failure" ,
1313 _1 : [
1414 "Stdlib.res" ,
15- 122 ,
15+ 124 ,
1616 4
1717 ] ,
1818 Error : new Error ( )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function assertEqual(a, b) {
1212 RE_EXN_ID : "Assert_failure" ,
1313 _1 : [
1414 "Stdlib.res" ,
15- 122 ,
15+ 124 ,
1616 4
1717 ] ,
1818 Error : new Error ( )
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ type date = Date.t
5757type null <+ 'a > = Primitive_js_extern .null <'a >
5858type undefined <+ 'a > = Primitive_js_extern .undefined <'a >
5959type nullable <+ 'a > = Primitive_js_extern .nullable <'a >
60+ @deprecated ("Use Lazy.t instead" )
61+ type lazy_t <+ 'a > = Lazy .t <'a >
6062
6163@deprecated ("Use rescript-webapi instead" ) @val external window : Dom .window = "window"
6264@deprecated ("Use rescript-webapi instead" ) @val external document : Dom .document = "document"
You can’t perform that action at this time.
0 commit comments