Vec256.Load_storemodule type Raw32 = sig ... endmodule type Raw64 = sig ... endmodule type Raw = sig ... endmodule type String = sig ... endmodule type Bytes = sig ... endmodule type Bigstring = sig ... endmodule type String_accessors = sig ... endmodule type Bytes_accessors = sig ... endmodule type Bigstring_accessors = sig ... endmodule type Float_array_accessors = sig ... endmodule type Floatarray_accessors = sig ... endmodule type Float_iarray_accessors = sig ... endmodule type Unsafe_immediate_array_accessors = sig ... endmodule type Unsafe_immediate_iarray_accessors = sig ... endmodule type Float_u_array_accessors = sig ... endmodule type Float32_u_array_accessors = sig ... endmodule type Int64_u_array_accessors = sig ... endmodule type Nativeint_u_array_accessors = sig ... endmodule type Int32_u_array_accessors = sig ... endmodule Float_array : sig ... endmodule Floatarray : sig ... endmodule Float_iarray : sig ... endmodule Unsafe_immediate_array : sig ... endmodule Unsafe_immediate_iarray : sig ... endmodule Float_u_array : sig ... endmodule Float32_u_array : sig ... endmodule Int64_u_array : sig ... endmodule Nativeint_u_array : sig ... endmodule Int32_u_array : sig ... endmodule Raw_Int8x32 : Raw with type t := int8x32module Raw_Int16x16 : Raw with type t := int16x16module Raw_Int32x8 : sig ... endmodule Raw_Int64x4 : sig ... endmodule Raw_Float16x16 : Raw with type t := float16x16module Raw_Float32x8 : sig ... endmodule Raw_Float64x4 : sig ... endmodule String_Int8x32 : String with type t := int8x32module String_Int16x16 : String with type t := int16x16module String_Int32x8 : String with type t := int32x8module String_Int64x4 : String with type t := int64x4module String_Float16x16 : String with type t := float16x16module String_Float32x8 : String with type t := float32x8module String_Float64x4 : String with type t := float64x4module Bytes_Int8x32 : Bytes with type t := int8x32module Bytes_Int16x16 : Bytes with type t := int16x16module Bytes_Int32x8 : Bytes with type t := int32x8module Bytes_Int64x4 : Bytes with type t := int64x4module Bytes_Float16x16 : Bytes with type t := float16x16module Bytes_Float32x8 : Bytes with type t := float32x8module Bytes_Float64x4 : Bytes with type t := float64x4module Bigstring_Int8x32 : Bigstring with type t := int8x32module Bigstring_Int16x16 : Bigstring with type t := int16x16module Bigstring_Int32x8 : Bigstring with type t := int32x8module Bigstring_Int64x4 : Bigstring with type t := int64x4module Bigstring_Float16x16 : Bigstring with type t := float16x16module Bigstring_Float32x8 : Bigstring with type t := float32x8module Bigstring_Float64x4 : Bigstring with type t := float64x4module Vec128 : sig ... end