File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ocaml/testsuite/tests/typing-layouts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1291,7 +1291,7 @@ let q () =
1291
1291
()
1292
1292
1293
1293
[%% expect{|
1294
- val ( let * ) : ('b : any ) 'a . 'a -> (t_float64 -> 'b) -> unit = < fun>
1294
+ val ( let * ) : 'a ('b : any ). 'a -> (t_float64 -> 'b) -> unit = < fun>
1295
1295
val q : unit -> unit = < fun>
1296
1296
|}]
1297
1297
@@ -1303,7 +1303,7 @@ let q () =
1303
1303
assert false
1304
1304
1305
1305
[%% expect{|
1306
- val ( let * ) : ('b : any ) 'a . 'a -> ('b -> t_float64) -> unit = < fun>
1306
+ val ( let * ) : 'a ('b : any ). 'a -> ('b -> t_float64) -> unit = < fun>
1307
1307
val q : unit -> unit = < fun>
1308
1308
|}]
1309
1309
Original file line number Diff line number Diff line change @@ -1321,7 +1321,7 @@ let q () =
1321
1321
()
1322
1322
1323
1323
[%% expect{|
1324
- val ( let * ) : ('b : any ) 'a . 'a -> (t_float64 -> 'b) -> unit = < fun>
1324
+ val ( let * ) : 'a ('b : any ). 'a -> (t_float64 -> 'b) -> unit = < fun>
1325
1325
val q : unit -> unit = < fun>
1326
1326
|}]
1327
1327
@@ -1347,7 +1347,7 @@ let q () =
1347
1347
assert false
1348
1348
1349
1349
[%% expect{|
1350
- val ( let * ) : ('b : any ) 'a . 'a -> ('b -> t_float64) -> unit = < fun>
1350
+ val ( let * ) : 'a ('b : any ). 'a -> ('b -> t_float64) -> unit = < fun>
1351
1351
val q : unit -> unit = < fun>
1352
1352
|}]
1353
1353
You can’t perform that action at this time.
0 commit comments