diff options
Diffstat (limited to 'test-suite/bugs/opened')
| -rw-r--r-- | test-suite/bugs/opened/HoTT_coq_082.v | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/test-suite/bugs/opened/HoTT_coq_082.v b/test-suite/bugs/opened/HoTT_coq_082.v deleted file mode 100644 index 257afe0b6e..0000000000 --- a/test-suite/bugs/opened/HoTT_coq_082.v +++ /dev/null @@ -1,19 +0,0 @@ -Set Implicit Arguments. -Set Universe Polymorphism. - -Record category := - { ob : Type }. - -Fail Existing Class category. (* -Toplevel input, characters 0-24: -Anomaly: Mismatched instance and context when building universe substitution. -Please report. *) - -Record category' := - { ob' : Type; - hom' : ob' -> ob' -> Type }. - -Fail Existing Class category'. (* -Toplevel input, characters 0-24: -Anomaly: Mismatched instance and context when building universe substitution. -Please report. *) |
