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
61
61
(* * value of this type can be [undefined], [null] or ['a]
62
62
this type is the same as {!Js.Null_undefined.t}*)
63
63
64
- external toOpt : 'a nullable -> 'a option = " #null_undefined_to_opt"
64
+ external toOption : 'a nullable -> 'a option = " #null_undefined_to_opt"
65
65
external test : 'a nullable -> bool = " #is_nil_undef"
66
66
67
67
type boolean
@@ -144,4 +144,4 @@ module Promise = Js_promise
144
144
module Option = Js_option
145
145
module Result = Js_result
146
146
module 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
73
73
74
74
type + 'a null_undefined = 'a nullable
75
75
76
- external toOpt : 'a nullable -> 'a option = " #null_undefined_to_opt"
76
+ external toOption : 'a nullable -> 'a option = " #null_undefined_to_opt"
77
77
external test : 'a nullable -> bool = " #is_nil_undef"
78
78
79
79
type boolean
@@ -203,4 +203,4 @@ module Result = Js_result
203
203
module List = Js_list
204
204
(* * Provide utilties for list *)
205
205
206
- module Vector = Js_vector
206
+ module Vector = Js_vector
You can’t perform that action at this time.
0 commit comments