Skip to content

Commit d4a6aec

Browse files
committed
PPX: promote changes
Signed-off-by: Kakadu <[email protected]>
1 parent 27c485b commit d4a6aec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

regression_ppx/test012.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
let () = print_endline "test012"
33
include
44
struct
5-
type ('a, 'a0) targ_fuly =
5+
type nonrec ('a, 'a0) targ_fuly =
66
| T of 'a0 * 'a
77
| TNoarg [@@deriving gt ~options:{ gmap }]
8-
type ('a, 'a1, 'a0) jtyp_fuly =
8+
type nonrec ('a, 'a1, 'a0) jtyp_fuly =
99
| Array of 'a1
1010
| V of 'a0
1111
| Other of 'a [@@deriving gt ~options:{ gmap }]

regression_ppx/test013.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
end
4444
include
4545
struct
46-
type ('a1, 'a0) targ_fuly =
46+
type nonrec ('a1, 'a0) targ_fuly =
4747
| T of 'a1
4848
| Wildcard of 'a0 [@@deriving gt ~options:{ gmap }]
49-
type ('a6, 'a5, 'a4, 'a3, 'a2, 'a1, 'a0) jtype_fuly =
49+
type nonrec ('a6, 'a5, 'a4, 'a3, 'a2, 'a1, 'a0) jtype_fuly =
5050
| Array of 'a0
5151
| Class of 'a4 * 'a6
5252
| Interface of 'a4 * 'a5

0 commit comments

Comments
 (0)