|
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^ -> (ex$27: caps.Exists) -> Fun[C^{ex$27}]) |
| 36 | + | Found: (x5 : A^ -> (x: C^) -> (ex$27: caps.Exists) -> C^{ex$27}) |
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$33: caps.Exists) -> IFun[C^{ex$33}]) |
44 |
| - | Required: A^ -> (ex$36: caps.Exists) -> (x: C^) ->{ex$36} C |
| 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 |
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^) => (ex$38: caps.Exists) -> C^{ex$38}) |
| 50 | + | Found: (y1 : (x: C^) => (ex$41: caps.Exists) -> C^{ex$41}) |
51 | 51 | | Required: (x: C^) => 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^ => (ex$42: caps.Exists) -> C^{ex$42}) |
| 57 | + | Found: (y2 : C^ => (ex$45: caps.Exists) -> C^{ex$45}) |
58 | 58 | | Required: C^ => 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^ => (ex$47: caps.Exists) -> (x: C^) ->{ex$47} (ex$46: caps.Exists) -> C^{ex$46}) |
65 |
| - | Required: A^ => (ex$50: caps.Exists) -> (x: C^) ->{ex$50} C |
| 64 | + | Found: (y3 : A^ => (ex$50: caps.Exists) -> (x: C^) ->{ex$50} (ex$49: caps.Exists) -> C^{ex$49}) |
| 65 | + | Required: A^ => (ex$53: caps.Exists) -> (x: C^) ->{ex$53} 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^ => (ex$53: caps.Exists) -> C^ ->{ex$53} (ex$52: caps.Exists) -> C^{ex$52}) |
72 |
| - | Required: A^ => (ex$56: caps.Exists) -> C^ ->{ex$56} C |
| 71 | + | Found: (y4 : A^ => (ex$56: caps.Exists) -> C^ ->{ex$56} (ex$55: caps.Exists) -> C^{ex$55}) |
| 72 | + | Required: A^ => (ex$59: caps.Exists) -> C^ ->{ex$59} 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^ => (ex$58: caps.Exists) -> Fun[C^{ex$58}]) |
| 78 | + | Found: (y5 : A^ => (x: C^) -> (ex$61: caps.Exists) -> C^{ex$61}) |
79 | 79 | | Required: A^ => (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^ => (ex$64: caps.Exists) -> IFun[C^{ex$64}]) |
86 |
| - | Required: A^ => (ex$67: caps.Exists) -> (x: C^) ->{ex$67} C |
| 85 | + | Found: (y6 : A^ => (ex$70: caps.Exists) -> (x: C^) ->{ex$70} (ex$69: caps.Exists) -> C^{ex$69}) |
| 86 | + | Required: A^ => (ex$73: caps.Exists) -> (x: C^) ->{ex$73} C |
87 | 87 | |
|
88 | 88 | | longer explanation available when compiling with `-explain`
|
0 commit comments