@@ -173,7 +173,7 @@ module type S = {
173173module Int8Array = {
174174 /** */
175175 type elt = int
176- type typed_array <'a > = Js_typed_array2 .Int8Array . typed_array <'a >
176+ type typed_array <'a > = Js_typed_array2 .typed_array <'a >
177177 type t = typed_array <elt >
178178
179179 @get_index external unsafe_get : (t , int ) => elt = ""
@@ -296,7 +296,7 @@ module Int8Array = {
296296module Uint8Array = {
297297 /** */
298298 type elt = int
299- type typed_array <'a > = Js_typed_array2 .Uint8Array . typed_array <'a >
299+ type typed_array <'a > = Js_typed_array2 .typed_array <'a >
300300 type t = typed_array <elt >
301301
302302 @get_index external unsafe_get : (t , int ) => elt = ""
@@ -419,7 +419,7 @@ module Uint8Array = {
419419module Uint8ClampedArray = {
420420 /** */
421421 type elt = int
422- type typed_array <'a > = Js_typed_array2 .Uint8ClampedArray . typed_array <'a >
422+ type typed_array <'a > = Js_typed_array2 .typed_array <'a >
423423 type t = typed_array <elt >
424424
425425 @get_index external unsafe_get : (t , int ) => elt = ""
@@ -542,7 +542,7 @@ module Uint8ClampedArray = {
542542module Int16Array = {
543543 /** */
544544 type elt = int
545- type typed_array <'a > = Js_typed_array2 .Int16Array . typed_array <'a >
545+ type typed_array <'a > = Js_typed_array2 .typed_array <'a >
546546 type t = typed_array <elt >
547547
548548 @get_index external unsafe_get : (t , int ) => elt = ""
@@ -665,7 +665,7 @@ module Int16Array = {
665665module Uint16Array = {
666666 /** */
667667 type elt = int
668- type typed_array <'a > = Js_typed_array2 .Uint16Array . typed_array <'a >
668+ type typed_array <'a > = Js_typed_array2 .typed_array <'a >
669669 type t = typed_array <elt >
670670
671671 @get_index external unsafe_get : (t , int ) => elt = ""
@@ -788,7 +788,7 @@ module Uint16Array = {
788788module Int32Array = {
789789 /** */
790790 type elt = int
791- type typed_array <'a > = Js_typed_array2 .Int32Array . typed_array <'a >
791+ type typed_array <'a > = Js_typed_array2 .typed_array <'a >
792792 type t = typed_array <elt >
793793
794794 @get_index external unsafe_get : (t , int ) => elt = ""
@@ -914,7 +914,7 @@ module Int32_array = Int32Array
914914module Uint32Array = {
915915 /** */
916916 type elt = int
917- type typed_array <'a > = Js_typed_array2 .Uint32Array . typed_array <'a >
917+ type typed_array <'a > = Js_typed_array2 .typed_array <'a >
918918 type t = typed_array <elt >
919919
920920 @get_index external unsafe_get : (t , int ) => elt = ""
@@ -1040,7 +1040,7 @@ module Uint32Array = {
10401040module Float32Array = {
10411041 /** */
10421042 type elt = float
1043- type typed_array <'a > = Js_typed_array2 .Float32Array . typed_array <'a >
1043+ type typed_array <'a > = Js_typed_array2 .typed_array <'a >
10441044 type t = typed_array <elt >
10451045
10461046 @get_index external unsafe_get : (t , int ) => elt = ""
@@ -1167,7 +1167,7 @@ module Float32_array = Float32Array
11671167module Float64Array = {
11681168 /** */
11691169 type elt = float
1170- type typed_array <'a > = Js_typed_array2 .Float64Array . typed_array <'a >
1170+ type typed_array <'a > = Js_typed_array2 .typed_array <'a >
11711171 type t = typed_array <elt >
11721172
11731173 @get_index external unsafe_get : (t , int ) => elt = ""
0 commit comments