diff options
| author | Amin Timany | 2017-04-28 11:12:26 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-06-16 04:51:16 +0200 |
| commit | 9903b47cdccc2fe98a905ab085cb24ca36de1aed (patch) | |
| tree | 37249aac01e0dcdb8c3c9c9e6c65391f5ee6804f /test-suite/success | |
| parent | 9468e4b49bd2f397b5e1bd2b7994cc84929fb6ac (diff) | |
Disable debug printing
Fix a mistake in record declaration
Diffstat (limited to 'test-suite/success')
| -rw-r--r-- | test-suite/success/polymorphism.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/polymorphism.v b/test-suite/success/polymorphism.v index f57cbcc2b7..ecc988507c 100644 --- a/test-suite/success/polymorphism.v +++ b/test-suite/success/polymorphism.v @@ -360,7 +360,7 @@ End F. Set Universe Polymorphism. -Record box (X : Type) (T := Type) : Type := wrap { unwrap : T }. +Cumulative Record box (X : Type) (T := Type) : Type := wrap { unwrap : T }. Section test_letin_subtyping. Universe i j k i' j' k'. |
