Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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. ```
- Loading branch information