diff options
| author | Matthieu Sozeau | 2018-09-10 15:49:11 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2018-09-10 15:49:11 +0200 |
| commit | ea33ac1992bffc6d603760de2a46e70607db3ea0 (patch) | |
| tree | ab4fc3af7da8ee5e7c60e039321c429fd871b6cd /test-suite | |
| parent | 2e931a4537aadfa4c15359c7b89ce4cb0291dad3 (diff) | |
| parent | 6c1783de49e0b11f65cc511a94e9ce37f7210562 (diff) | |
Merge PR #8290: Fix #8288: cumulativity inferance ignores args to bound variables
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/8288.v | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/8288.v b/test-suite/bugs/closed/8288.v new file mode 100644 index 0000000000..0350be9c06 --- /dev/null +++ b/test-suite/bugs/closed/8288.v @@ -0,0 +1,7 @@ +Set Universe Polymorphism. +Set Printing Universes. + +Set Polymorphic Inductive Cumulativity. + +Inductive foo := C : (forall A : Type -> Type, A Type) -> foo. +(* anomaly invalid subtyping relation *) |
