|
19 | 19 | -- [E007] Type Mismatch Error: tests/neg-custom-args/captures/existential-mapping.scala:15:30 --------------------------
|
20 | 20 | 15 | val _: A^ -> (x: C^) -> C = x3 // error
|
21 | 21 | | ^^
|
22 |
| - | Found: (x3 : A^ -> (x: C^) -> (ex$11: caps.Exists) -> C^{ex$11}) |
| 22 | + | Found: (x3 : A^ -> (x: C^) -> (ex$9: caps.Exists) -> C^{ex$9}) |
23 | 23 | | Required: A^ -> (x: C^) -> C
|
24 | 24 | |
|
25 | 25 | | longer explanation available when compiling with `-explain`
|
26 | 26 | -- [E007] Type Mismatch Error: tests/neg-custom-args/captures/existential-mapping.scala:18:25 --------------------------
|
27 | 27 | 18 | val _: A^ -> C^ -> C = x4 // error
|
28 | 28 | | ^^
|
29 |
| - | Found: (x4 : A^ -> C^ -> (ex$19: caps.Exists) -> C^{ex$19}) |
| 29 | + | Found: (x4 : A^ -> C^ -> (ex$17: caps.Exists) -> C^{ex$17}) |
30 | 30 | | Required: A^ -> C^ -> C
|
31 | 31 | |
|
32 | 32 | | longer explanation available when compiling with `-explain`
|
33 | 33 | -- [E007] Type Mismatch Error: tests/neg-custom-args/captures/existential-mapping.scala:21:30 --------------------------
|
34 | 34 | 21 | val _: A^ -> (x: C^) -> C = x5 // error
|
35 | 35 | | ^^
|
36 |
| - | Found: (x5 : A^ -> (x: C^) -> (ex$27: caps.Exists) -> C^{ex$27}) |
| 36 | + | Found: (x5 : A^ -> (x: C^) -> (ex$23: caps.Exists) -> C^{ex$23}) |
37 | 37 | | Required: A^ -> (x: C^) -> C
|
38 | 38 | |
|
39 | 39 | | longer explanation available when compiling with `-explain`
|
40 | 40 | -- [E007] Type Mismatch Error: tests/neg-custom-args/captures/existential-mapping.scala:24:30 --------------------------
|
41 | 41 | 24 | val _: A^ -> (x: C^) => C = x6 // error
|
42 | 42 | | ^^
|
43 |
| - | Found: (x6 : A^ -> (ex$36: caps.Exists) -> (x: C^) ->{ex$36} (ex$35: caps.Exists) -> C^{ex$35}) |
44 |
| - | Required: A^ -> (ex$39: caps.Exists) -> (x: C^) ->{ex$39} C |
| 43 | + | Found: (x6 : A^ -> (ex$32: caps.Exists) -> (x: C^) ->{ex$32} (ex$31: caps.Exists) -> C^{ex$31}) |
| 44 | + | Required: A^ -> (ex$35: caps.Exists) -> (x: C^) ->{ex$35} C |
45 | 45 | |
|
46 | 46 | | longer explanation available when compiling with `-explain`
|
47 | 47 | -- [E007] Type Mismatch Error: tests/neg-custom-args/captures/existential-mapping.scala:27:25 --------------------------
|
48 | 48 | 27 | val _: (x: C^) => C = y1 // error
|
49 | 49 | | ^^
|
50 |
| - | Found: (y1 : (x: C^) ->{fresh} (ex$41: caps.Exists) -> C^{ex$41}) |
| 50 | + | Found: (y1 : (x: C^) ->{fresh} (ex$37: caps.Exists) -> C^{ex$37}) |
51 | 51 | | Required: (x: C^) ->{fresh} C
|
52 | 52 | |
|
53 | 53 | | longer explanation available when compiling with `-explain`
|
54 | 54 | -- [E007] Type Mismatch Error: tests/neg-custom-args/captures/existential-mapping.scala:30:20 --------------------------
|
55 | 55 | 30 | val _: C^ => C = y2 // error
|
56 | 56 | | ^^
|
57 |
| - | Found: (y2 : C^ ->{fresh} (ex$45: caps.Exists) -> C^{ex$45}) |
| 57 | + | Found: (y2 : C^ ->{fresh} (ex$41: caps.Exists) -> C^{ex$41}) |
58 | 58 | | Required: C^ ->{fresh} C
|
59 | 59 | |
|
60 | 60 | | longer explanation available when compiling with `-explain`
|
61 | 61 | -- [E007] Type Mismatch Error: tests/neg-custom-args/captures/existential-mapping.scala:33:30 --------------------------
|
62 | 62 | 33 | val _: A^ => (x: C^) => C = y3 // error
|
63 | 63 | | ^^
|
64 |
| - | Found: (y3 : A^ ->{fresh} (ex$50: caps.Exists) -> (x: C^) ->{ex$50} (ex$49: caps.Exists) -> C^{ex$49}) |
65 |
| - | Required: A^ ->{fresh} (ex$53: caps.Exists) -> (x: C^) ->{ex$53} C |
| 64 | + | Found: (y3 : A^ ->{fresh} (ex$44: caps.Exists) -> (x: C^) ->{ex$44} (ex$43: caps.Exists) -> C^{ex$43}) |
| 65 | + | Required: A^ ->{fresh} (ex$47: caps.Exists) -> (x: C^) ->{ex$47} C |
66 | 66 | |
|
67 | 67 | | longer explanation available when compiling with `-explain`
|
68 | 68 | -- [E007] Type Mismatch Error: tests/neg-custom-args/captures/existential-mapping.scala:36:25 --------------------------
|
69 | 69 | 36 | val _: A^ => C^ => C = y4 // error
|
70 | 70 | | ^^
|
71 |
| - | Found: (y4 : A^ ->{fresh} (ex$56: caps.Exists) -> C^ ->{ex$56} (ex$55: caps.Exists) -> C^{ex$55}) |
72 |
| - | Required: A^ ->{fresh} (ex$59: caps.Exists) -> C^ ->{ex$59} C |
| 71 | + | Found: (y4 : A^ ->{fresh} (ex$50: caps.Exists) -> C^ ->{ex$50} (ex$49: caps.Exists) -> C^{ex$49}) |
| 72 | + | Required: A^ ->{fresh} (ex$52: caps.Exists) -> C^ ->{ex$52} C |
73 | 73 | |
|
74 | 74 | | longer explanation available when compiling with `-explain`
|
75 | 75 | -- [E007] Type Mismatch Error: tests/neg-custom-args/captures/existential-mapping.scala:39:30 --------------------------
|
76 | 76 | 39 | val _: A^ => (x: C^) -> C = y5 // error
|
77 | 77 | | ^^
|
78 |
| - | Found: (y5 : A^ ->{fresh} (x: C^) -> (ex$61: caps.Exists) -> C^{ex$61}) |
| 78 | + | Found: (y5 : A^ ->{fresh} (x: C^) -> (ex$54: caps.Exists) -> C^{ex$54}) |
79 | 79 | | Required: A^ ->{fresh} (x: C^) -> C
|
80 | 80 | |
|
81 | 81 | | longer explanation available when compiling with `-explain`
|
82 | 82 | -- [E007] Type Mismatch Error: tests/neg-custom-args/captures/existential-mapping.scala:42:30 --------------------------
|
83 | 83 | 42 | val _: A^ => (x: C^) => C = y6 // error
|
84 | 84 | | ^^
|
85 |
| - | Found: (y6 : A^ ->{fresh} (ex$70: caps.Exists) -> (x: C^) ->{ex$70} (ex$69: caps.Exists) -> C^{ex$69}) |
86 |
| - | Required: A^ ->{fresh} (ex$73: caps.Exists) -> (x: C^) ->{ex$73} C |
| 85 | + | Found: (y6 : A^ ->{fresh} (ex$63: caps.Exists) -> (x: C^) ->{ex$63} (ex$62: caps.Exists) -> C^{ex$62}) |
| 86 | + | Required: A^ ->{fresh} (ex$66: caps.Exists) -> (x: C^) ->{ex$66} C |
87 | 87 | |
|
88 | 88 | | longer explanation available when compiling with `-explain`
|
0 commit comments