aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Sozeau2014-08-13 18:22:20 +0200
committerMatthieu Sozeau2014-08-13 18:22:59 +0200
commit6346bee2ad3cecf1b8da1e8cab04b524e72bc45b (patch)
tree8375a1be59349459358496685f44936b9c6ac2a0
parent57c726d52bd47874ec22c9b816aae11f8be366d8 (diff)
Fix test-suite files according to new parsing rule for application of primitive
projections.
-rw-r--r--test-suite/bugs/closed/3315.v1
-rw-r--r--test-suite/bugs/closed/3317.v1
-rw-r--r--test-suite/bugs/closed/3368.v1
-rw-r--r--test-suite/bugs/closed/3428.v1
-rw-r--r--test-suite/bugs/closed/3454.v1
-rw-r--r--test-suite/bugs/closed/HoTT_coq_089.v1
6 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3315.v b/test-suite/bugs/closed/3315.v
index 1aebb5ad21..b69097f921 100644
--- a/test-suite/bugs/closed/3315.v
+++ b/test-suite/bugs/closed/3315.v
@@ -1,5 +1,6 @@
Set Universe Polymorphism.
Set Primitive Projections.
+Set Implicit Arguments.
Record sigT {A : Type} (P : A -> Type) := existT { projT1 : A; projT2 : P projT1 }.
Arguments existT {A} _ _ _.
Definition unpack_sigma' {A} {P : A -> Type} (Q : sigT P -> Type) (u : sigT P) :
diff --git a/test-suite/bugs/closed/3317.v b/test-suite/bugs/closed/3317.v
index da3d6818d8..8d152894ef 100644
--- a/test-suite/bugs/closed/3317.v
+++ b/test-suite/bugs/closed/3317.v
@@ -1,3 +1,4 @@
+Set Implicit Arguments.
Module A.
Set Universe Polymorphism.
Set Primitive Projections.
diff --git a/test-suite/bugs/closed/3368.v b/test-suite/bugs/closed/3368.v
index 64fb035681..1eff1dba8a 100644
--- a/test-suite/bugs/closed/3368.v
+++ b/test-suite/bugs/closed/3368.v
@@ -1,5 +1,6 @@
(* File reduced by coq-bug-finder from 7411 lines to 2271 lines., then from 889 lines to 119 lines, then from 76 lines to 19 lines *)
Set Universe Polymorphism.
+Set Implicit Arguments.
Set Primitive Projections.
Record PreCategory := { object :> Type; morphism : object -> object -> Type }.
Record Functor (C D : PreCategory) :=
diff --git a/test-suite/bugs/closed/3428.v b/test-suite/bugs/closed/3428.v
index 177cdb4f8f..3eb75e43ac 100644
--- a/test-suite/bugs/closed/3428.v
+++ b/test-suite/bugs/closed/3428.v
@@ -1,5 +1,6 @@
(* File reduced by coq-bug-finder from original input, then from 2809 lines to 39 lines *)
Set Primitive Projections.
+Set Implicit Arguments.
Module Export foo.
Record prod (A B : Type) := pair { fst : A ; snd : B }.
End foo.
diff --git a/test-suite/bugs/closed/3454.v b/test-suite/bugs/closed/3454.v
index 54f2f83b70..ebc79e4f9b 100644
--- a/test-suite/bugs/closed/3454.v
+++ b/test-suite/bugs/closed/3454.v
@@ -1,4 +1,5 @@
Set Primitive Projections.
+Set Implicit Arguments.
Record sigT {A} (P : A -> Type) := existT { projT1 : A ; projT2 : P projT1 }.
Notation pr1 := (@projT1 _ _).
diff --git a/test-suite/bugs/closed/HoTT_coq_089.v b/test-suite/bugs/closed/HoTT_coq_089.v
index 6841d6b279..2da4aff6a1 100644
--- a/test-suite/bugs/closed/HoTT_coq_089.v
+++ b/test-suite/bugs/closed/HoTT_coq_089.v
@@ -1,3 +1,4 @@
+Set Implicit Arguments.
Set Universe Polymorphism.
Set Printing Universes.