From 05085e80668a4d1dedc522c6af343168870cc648 Mon Sep 17 00:00:00 2001 From: pboutill Date: Fri, 10 Dec 2010 13:22:29 +0000 Subject: First release of Vector library. To avoid names¬ations clashs with list, Vector shouldn't be "Import"ed but one can "Import Vector.VectorNotations." to have notations. SetoidVector at least remains to do. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13702 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Program/Program.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Program/Program.v') diff --git a/theories/Program/Program.v b/theories/Program/Program.v index 8d71858287..14a7ffca7e 100644 --- a/theories/Program/Program.v +++ b/theories/Program/Program.v @@ -11,4 +11,4 @@ Require Export Coq.Program.Equality. Require Export Coq.Program.Subset. Require Export Coq.Program.Basics. Require Export Coq.Program.Combinators. -Require Export Coq.Program.Syntax. \ No newline at end of file +Require Export Coq.Program.Syntax. -- cgit v1.2.3