File tree Expand file tree Collapse file tree 5 files changed +40
-0
lines changed Expand file tree Collapse file tree 5 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ type +!'a t = private 'a
16
16
17
17
type -!'a t = private 'a -> unit
18
18
19
+ type +-'a t = int
20
+ type -+'a t = int
21
+
22
+ type !+-'a t = A
23
+ type !-+'a t = A
24
+ type +-!'a t = A
25
+ type -+!'a t = A
26
+
19
27
module M : sig
20
28
type +!'a t
21
29
end = struct
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ type +!'a t = private 'a
7
7
type -!'a t = private 'a -> unit
8
8
type +!'a t = private 'a
9
9
type -!'a t = private 'a -> unit
10
+ type +-'a t = int
11
+ type -+'a t = int
12
+ type !+-'a t = A
13
+ type !-+'a t = A
14
+ type +-!'a t = A
15
+ type -+!'a t = A
10
16
11
17
module M : sig
12
18
type +!'a t
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ type +!'a t = private 'a
7
7
type -!'a t = private 'a -> unit
8
8
type +!'a t = private 'a
9
9
type -!'a t = private 'a -> unit
10
+ type +-'a t = int
11
+ type -+'a t = int
12
+ type !+-'a t = A
13
+ type !-+'a t = A
14
+ type +-!'a t = A
15
+ type -+!'a t = A
10
16
11
17
module M : sig
12
18
type +!'a t
Original file line number Diff line number Diff line change @@ -16,6 +16,18 @@ type +!'a t = private 'a
16
16
17
17
type -!'a t = private 'a -> unit
18
18
19
+ type +-'a t = int
20
+
21
+ type -+'a t = int
22
+
23
+ type !+-'a t = A
24
+
25
+ type !-+'a t = A
26
+
27
+ type +-!'a t = A
28
+
29
+ type -+!'a t = A
30
+
19
31
module M : sig
20
32
type +!'a t
21
33
end = struct
Original file line number Diff line number Diff line change @@ -16,6 +16,14 @@ type +!'a t = private 'a
16
16
17
17
type -!'a t = private 'a -> unit
18
18
19
+ type +-'a t = int
20
+ type -+'a t = int
21
+
22
+ type !+-'a t = A
23
+ type !-+'a t = A
24
+ type +-!'a t = A
25
+ type -+!'a t = A
26
+
19
27
module M : sig
20
28
type +!'a t
21
29
end = struct
You can’t perform that action at this time.
0 commit comments