aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Vectors/VectorDef.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Vectors/VectorDef.v')
-rw-r--r--theories/Vectors/VectorDef.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Vectors/VectorDef.v b/theories/Vectors/VectorDef.v
index f12aa0b87..6d2146b8e 100644
--- a/theories/Vectors/VectorDef.v
+++ b/theories/Vectors/VectorDef.v
@@ -21,7 +21,7 @@ Require Vectors.Fin.
Import EqNotations.
Local Open Scope nat_scope.
-Set Universe Polymorphism.
+(* Set Universe Polymorphism. *)
(**
A vector is a list of size n whose elements belong to a set A. *)