File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ let primitive ppf (prim : Lam_primitive.t) =
194
194
| Pmakearray -> fprintf ppf " makearray"
195
195
| Pmakelist -> fprintf ppf " makelist"
196
196
| Pmakedict -> fprintf ppf " makedict"
197
- | Phas -> fprintf ppf " has_in "
197
+ | Phas -> fprintf ppf " has "
198
198
| Parrayrefu -> fprintf ppf " array.unsafe_get"
199
199
| Parraysetu -> fprintf ppf " array.unsafe_set"
200
200
| Parrayrefs -> fprintf ppf " array.get"
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ let primitive ppf = function
229
229
| Pmakelist Mutable -> fprintf ppf " makelist"
230
230
| Pmakelist Immutable -> fprintf ppf " makelist_imm"
231
231
| Pmakedict -> fprintf ppf " makedict"
232
- | Phas -> fprintf ppf " has_in "
232
+ | Phas -> fprintf ppf " has "
233
233
| Pisint -> fprintf ppf " isint"
234
234
| Pisout -> fprintf ppf " isout"
235
235
| Pisnullable -> fprintf ppf " isnullable"
You can’t perform that action at this time.
0 commit comments