aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3368.v
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-08-13 18:22:20 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-08-13 18:22:59 +0200
commit6346bee2ad3cecf1b8da1e8cab04b524e72bc45b (patch)
tree8375a1be59349459358496685f44936b9c6ac2a0 /test-suite/bugs/closed/3368.v
parent57c726d52bd47874ec22c9b816aae11f8be366d8 (diff)
Fix test-suite files according to new parsing rule for application of primitive
projections.
Diffstat (limited to 'test-suite/bugs/closed/3368.v')
-rw-r--r--test-suite/bugs/closed/3368.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3368.v b/test-suite/bugs/closed/3368.v
index 64fb03568..1eff1dba8 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) :=