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