Skip to content

Commit 6ff54d6

Browse files
promote tests
1 parent 7ba5f9c commit 6ff54d6

16 files changed

+32
-0
lines changed

test/passing/refs.ahrefs/record-402.ml.ref

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,5 @@ let x = (A B).a
119119
let x = A (B).a
120120

121121
let x = (1).a
122+
123+
type 'a t = A : 'b. { a : 'a } -> 'a t

test/passing/refs.ahrefs/record-loose.ml.ref

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,5 @@ let x = (A B).a
119119
let x = A (B).a
120120

121121
let x = (1).a
122+
123+
type 'a t = A : 'b. { a : 'a } -> 'a t

test/passing/refs.ahrefs/record-tight_decl.ml.ref

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,5 @@ let x = (A B).a
119119
let x = A (B).a
120120

121121
let x = (1).a
122+
123+
type 'a t = A : 'b. { a: 'a } -> 'a t

test/passing/refs.ahrefs/record.ml.ref

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,5 @@ let x = (A B).a
119119
let x = A (B).a
120120

121121
let x = (1).a
122+
123+
type 'a t = A : 'b. { a: 'a } -> 'a t

test/passing/refs.default/record-402.ml.ref

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ let foo
7979
let x = (A B).a
8080
let x = A (B).a
8181
let x = (1).a
82+
83+
type 'a t = A : 'b. { a : 'a } -> 'a t

test/passing/refs.default/record-loose.ml.ref

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ let foo
7979
let x = (A B).a
8080
let x = A (B).a
8181
let x = (1).a
82+
83+
type 'a t = A : 'b. { a : 'a } -> 'a t

test/passing/refs.default/record-tight_decl.ml.ref

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ let foo
7979
let x = (A B).a
8080
let x = A (B).a
8181
let x = (1).a
82+
83+
type 'a t = A : 'b. { a: 'a } -> 'a t

test/passing/refs.default/record.ml.ref

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,5 @@ let foo
7979
let x = (A B).a
8080
let x = A (B).a
8181
let x = (1).a
82+
83+
type 'a t = A : 'b. { a: 'a } -> 'a t

test/passing/refs.janestreet/record-402.ml.ref

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ let foo
103103
let x = (A B).a
104104
let x = A (B).a
105105
let x = (1).a
106+
107+
type 'a t = A : 'b. { a : 'a } -> 'a t

test/passing/refs.janestreet/record-loose.ml.ref

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ let foo
103103
let x = (A B).a
104104
let x = A (B).a
105105
let x = (1).a
106+
107+
type 'a t = A : 'b. { a : 'a } -> 'a t

0 commit comments

Comments
 (0)