From f4d119e9fd2e62cbd2ee3b233c01513c879ed034 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 16 Mar 2005 13:09:55 +0000 Subject: MAJ PolyList -> List git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6844 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Lists/ListSet.v | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'theories/Lists') diff --git a/theories/Lists/ListSet.v b/theories/Lists/ListSet.v index 69d40eaf9b..20dc61ef18 100644 --- a/theories/Lists/ListSet.v +++ b/theories/Lists/ListSet.v @@ -8,12 +8,10 @@ (*i $Id$ i*) -(** A Library for finite sets, implemented as lists - A Library with similar interface will soon be available under - the name TreeSet in the theories/Trees directory *) +(** A Library for finite sets, implemented as lists *) -(** PolyList is loaded, but not exported. - This allow to "hide" the definitions, functions and theorems of PolyList +(** List is loaded, but not exported. + This allow to "hide" the definitions, functions and theorems of List and to see only the ones of ListSet *) Require Import List. @@ -395,4 +393,4 @@ Section other_definitions. End other_definitions. -Unset Implicit Arguments. \ No newline at end of file +Unset Implicit Arguments. -- cgit v1.2.3