You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
```
0 commit comments