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) =
192192 | Pmakearray -> fprintf ppf " makearray"
193193 | Pmakelist -> fprintf ppf " makelist"
194194 | Pmakedict -> fprintf ppf " makedict"
195- | Phas -> fprintf ppf " has_in "
195+ | Phas -> fprintf ppf " has "
196196 | Parrayrefu -> fprintf ppf " array.unsafe_get"
197197 | Parraysetu -> fprintf ppf " array.unsafe_set"
198198 | Parrayrefs -> fprintf ppf " array.get"
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ let primitive ppf = function
227227 | Pmakelist Mutable -> fprintf ppf " makelist"
228228 | Pmakelist Immutable -> fprintf ppf " makelist_imm"
229229 | Pmakedict -> fprintf ppf " makedict"
230- | Phas -> fprintf ppf " has_in "
230+ | Phas -> fprintf ppf " has "
231231 | Pisint -> fprintf ppf " isint"
232232 | Pisout -> fprintf ppf " isout"
233233 | Pisnullable -> fprintf ppf " isnullable"
You can’t perform that action at this time.
0 commit comments