diff options
Diffstat (limited to 'test-suite/bugs/opened')
| -rw-r--r-- | test-suite/bugs/opened/3804.v | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test-suite/bugs/opened/3804.v b/test-suite/bugs/opened/3804.v deleted file mode 100644 index da9290cbad..0000000000 --- a/test-suite/bugs/opened/3804.v +++ /dev/null @@ -1,12 +0,0 @@ -Set Universe Polymorphism. -Module Foo. - Definition T : sigT (fun x => x). - Proof. - exists Set. - abstract exact nat. - Defined. -End Foo. -Module Bar. - Include Foo. -End Bar. -Definition foo := eq_refl : Foo.T = Bar.T. |
