Skip to content

Commit 359c166

Browse files
author
Nathan Rebours
committed
Rename encoding extensions for 505 to 5_5
Signed-off-by: Nathan Rebours <nathan.rebours@ocamlpro.com>
1 parent e3b6e80 commit 359c166

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

astlib/encoding_505.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
open Stdlib0
22

33
module Ext_name = struct
4-
let pexp_struct_item = "ppxlib.migration.pexp_struct_item_505"
5-
let ptyp_functor = "ppxlib.migration.ptyp_functor_505"
6-
let preserve_ppat_constraint = "ppxlib.migration.preserve_ppat_constraint_505"
7-
let ptype_kind_external = "ppxlib.migration.ptype_kind_external_505"
4+
let pexp_struct_item = "ppxlib.migration.pexp_struct_item_5_5"
5+
let ptyp_functor = "ppxlib.migration.ptyp_functor_5_5"
6+
let preserve_ppat_constraint = "ppxlib.migration.preserve_ppat_constraint_5_5"
7+
let ptype_kind_external = "ppxlib.migration.ptype_kind_external_5_5"
88
end
99

1010
let invalid_encoding ~loc name =

0 commit comments

Comments
 (0)