File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ type + 'a null_undefined = 'a nullable
6161(* * value of this type can be [undefined], [null] or ['a]
6262 this type is the same as {!Js.Null_undefined.t}*)
6363
64- external toOpt : 'a nullable -> 'a option = " #null_undefined_to_opt"
64+ external toOption : 'a nullable -> 'a option = " #null_undefined_to_opt"
6565external test : 'a nullable -> bool = " #is_nil_undef"
6666
6767type boolean
@@ -144,4 +144,4 @@ module Promise = Js_promise
144144module Option = Js_option
145145module Result = Js_result
146146module List = Js_list
147- module Vector = Js_vector
147+ module Vector = Js_vector
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ type + 'a nullable
7373
7474type + 'a null_undefined = 'a nullable
7575
76- external toOpt : 'a nullable -> 'a option = " #null_undefined_to_opt"
76+ external toOption : 'a nullable -> 'a option = " #null_undefined_to_opt"
7777external test : 'a nullable -> bool = " #is_nil_undef"
7878
7979type boolean
@@ -203,4 +203,4 @@ module Result = Js_result
203203module List = Js_list
204204(* * Provide utilties for list *)
205205
206- module Vector = Js_vector
206+ module Vector = Js_vector
You can’t perform that action at this time.
0 commit comments