summaryrefslogtreecommitdiff
path: root/test-suite/failure/proofirrelevance.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/proofirrelevance.v')
-rw-r--r--test-suite/failure/proofirrelevance.v5
1 files changed, 2 insertions, 3 deletions
diff --git a/test-suite/failure/proofirrelevance.v b/test-suite/failure/proofirrelevance.v
index b62f9b68..bb9579d4 100644
--- a/test-suite/failure/proofirrelevance.v
+++ b/test-suite/failure/proofirrelevance.v
@@ -1,6 +1,5 @@
-(* This was working in version 8.1beta (bug in the Sort-polymorphism
- of inductive types), but this is inconsistent with classical logic
- in Prop *)
+(* This was working in version 8.1beta (bug in template polymorphism),
+ but this is inconsistent with classical logic in Prop *)
Inductive bool_in_prop : Type := hide : bool -> bool_in_prop
with bool : Type := true : bool | false : bool.