aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_10176.v
blob: fdb0eb87a4df0728ecb00c36110b1845d8c68e32 (plain)
1
2
3
4
5
6
7
Class Foo (xxx:nat) := foo : nat.

Lemma aa `{Foo} : nat. Abort.

Fail Lemma xy (Foo:bool->Type) `{Foo} : nat.

Fail Lemma yx (Fooo:bool->Type) `{Fooo} : nat.