Commit cb5046b
committed
[TC] dummy clauses are local to sections
This aims to solve the compilation error produced by the compilation of
```
Module foo.
Class B (i : nat).
Section s.
(* Class with coercion depending on section parameters *)
Context (A : Type).
Class C (i : A) : Set := {
x (x : A) :: B 3
}.
End s.
End foo.
```1 parent 7086fb9 commit cb5046b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
0 commit comments