@@ -116,12 +116,12 @@ type t =
116116 (* size of the nth dimension of a big array *)
117117 | Pbigarraydim of int
118118 (* load/set 16,32,64 bits from a string: (unsafe)*)
119- | Pstring_load_16 of bool
119+ (* | Pstring_load_16 of bool
120120 | Pstring_load_32 of bool
121- | Pstring_load_64 of bool
122- | Pstring_set_16 of bool
121+ | Pstring_load_64 of bool *)
122+ (* | Pstring_set_16 of bool
123123 | Pstring_set_32 of bool
124- | Pstring_set_64 of bool
124+ | Pstring_set_64 of bool *)
125125 (* load/set 16,32,64 bits from a
126126 (char, int8_unsigned_elt, c_layout) Bigarray.Array1.t : (unsafe) *)
127127 | Pbigstring_load_16 of bool
@@ -315,12 +315,12 @@ let eq_primitive_approx ( lhs : t) (rhs : t) =
315315 | Pcvtbint (boxed_integer , boxed_integer1 ) -> (match rhs with Pcvtbint (boxed_integer10 , boxed_integer11 ) -> Lam_compat. eq_boxed_integer boxed_integer boxed_integer10 && Lam_compat. eq_boxed_integer boxed_integer1 boxed_integer11 | _ -> false )
316316 | Pbintcomp (boxed_integer , comparison ) -> (match rhs with Pbintcomp (boxed_integer1 , comparison1 ) -> Lam_compat. eq_boxed_integer boxed_integer boxed_integer1 && Lam_compat. eq_comparison comparison comparison1 | _ -> false )
317317 | Pbigarraydim dim -> (match rhs with Pbigarraydim dim1 -> dim = dim1 | _ -> false )
318- | Pstring_load_16 str -> (match rhs with Pstring_load_16 str1 -> str = str1 | _ -> false )
318+ (* | Pstring_load_16 str -> (match rhs with Pstring_load_16 str1 -> str = str1 | _ -> false )
319319 | Pstring_load_32 b -> (match rhs with Pstring_load_32 b1 -> b = b1 | _ -> false )
320- | Pstring_load_64 b -> (match rhs with Pstring_load_64 b1 -> b = b1 | _ -> false )
321- | Pstring_set_16 b -> (match rhs with Pstring_set_16 b1 -> b = b1 | _ -> false )
320+ | Pstring_load_64 b -> (match rhs with Pstring_load_64 b1 -> b = b1 | _ -> false ) *)
321+ (* | Pstring_set_16 b -> (match rhs with Pstring_set_16 b1 -> b = b1 | _ -> false )
322322 | Pstring_set_32 b -> (match rhs with Pstring_set_32 b1 -> b = b1 | _ -> false )
323- | Pstring_set_64 b -> (match rhs with Pstring_set_64 b1 -> b = b1 | _ -> false )
323+ | Pstring_set_64 b -> (match rhs with Pstring_set_64 b1 -> b = b1 | _ -> false ) *)
324324 | Pbigstring_load_16 b -> (match rhs with Pbigstring_load_16 b1 -> b = b1 | _ -> false )
325325 | Pbigstring_load_32 b -> (match rhs with Pbigstring_load_32 b1 -> b = b1 | _ -> false )
326326 | Pbigstring_load_64 b -> (match rhs with Pbigstring_load_64 b1 -> b = b1 | _ -> false )
0 commit comments