aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/HoTT_coq_082.v
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-17 16:14:09 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-06-17 17:19:03 +0200
commit8fa5a0351954cc561fa751901fe0f06eeac4ce7a (patch)
tree2d09d6543fea93fb9e3da09fa67f9d2978074928 /test-suite/bugs/closed/HoTT_coq_082.v
parent527a09cc27ac64ab308220b25eb683a882dbddc1 (diff)
HoTT coq bug #82 already fixed.
Diffstat (limited to 'test-suite/bugs/closed/HoTT_coq_082.v')
-rw-r--r--test-suite/bugs/closed/HoTT_coq_082.v19
1 files changed, 19 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/HoTT_coq_082.v b/test-suite/bugs/closed/HoTT_coq_082.v
new file mode 100644
index 000000000..ccba22cae
--- /dev/null
+++ b/test-suite/bugs/closed/HoTT_coq_082.v
@@ -0,0 +1,19 @@
+Set Implicit Arguments.
+Set Universe Polymorphism.
+
+Record category :=
+ { ob : Type }.
+
+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 }.
+
+Existing Class category'. (*
+Toplevel input, characters 0-24:
+Anomaly: Mismatched instance and context when building universe substitution.
+Please report. *)