From f8745b1dbc87a8fee4943a91f517dc2afcd7804b Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sat, 11 Jun 2016 18:09:01 -0400 Subject: Unbreak Ltac [ | .. | ] notation in -compat 8.5 Importing VectorNotations breaks `; []`. So we make sure it's not imported by defualt. Some files might be required to `Import VectorDef.VectorNotations` rather than just `Import VectorNotations`. --- theories/Compat/Coq85.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'theories/Compat') diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v index 6e495b05c..54aeeaa11 100644 --- a/theories/Compat/Coq85.v +++ b/theories/Compat/Coq85.v @@ -32,6 +32,7 @@ Require Coq.Vectors.VectorDef. Module Export Coq. Module Export Vectors. Module VectorDef. +Export Coq.Vectors.VectorDef. Module VectorNotations. Export Coq.Vectors.VectorDef.VectorNotations. Notation "[]" := (VectorDef.nil _) : vector_scope. @@ -39,5 +40,3 @@ End VectorNotations. End VectorDef. End Vectors. End Coq. -Export Vectors.VectorDef.VectorNotations. -Close Scope vector_scope. (* vector_scope is not opened by default *) -- cgit v1.2.3