diff options
author | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-04-28 14:59:16 +0000 |
commit | 3ef7797ef6fc605dfafb32523261fe1b023aeecb (patch) | |
tree | ad89c6bb57ceee608fcba2bb3435b74e0f57919e /theories/Lists/intro.tex | |
parent | 018ee3b0c2be79eb81b1f65c3f3fa142d24129c8 (diff) |
Imported Upstream version 8.0pl3+8.1alphaupstream/8.0pl3+8.1alpha
Diffstat (limited to 'theories/Lists/intro.tex')
-rwxr-xr-x | theories/Lists/intro.tex | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/theories/Lists/intro.tex b/theories/Lists/intro.tex index 344bba59..c45f8803 100755 --- a/theories/Lists/intro.tex +++ b/theories/Lists/intro.tex @@ -4,21 +4,24 @@ This library includes the following files: \begin{itemize} -\item {\tt List.v} THIS OLD LIBRARY IS HERE ONLY FOR COMPATIBILITY - WITH OLDER VERSIONS OF COQS. THE USER SHOULD USE POLYLIST INSTEAD. - -\item {\tt PolyList.v} contains definitions of (polymorphic) lists, +\item {\tt List.v} contains definitions of (polymorphic) lists, functions on lists such as head, tail, map, append and prove some properties of these functions. Implicit arguments are used in this - library, so you should read the Referance Manual about implicit + library, so you should read the Reference Manual about implicit arguments before using it. +\item {\tt ListSet.v} contains definitions and properties of finite + sets, implemented as lists. + \item {\tt TheoryList.v} contains complementary results on lists. Here - a more theoric point of view is assumed : one extracts functions + a more theoretic point of view is assumed : one extracts functions from propositions, rather than defining functions and then prove them. \item {\tt Streams.v} defines the type of infinite lists (streams). It is a coinductive type. Basic facts are stated and proved. The streams are also polymorphic. +\item {\tt MonoList.v} THIS OLD LIBRARY IS HERE ONLY FOR COMPATIBILITY + WITH OLDER VERSIONS OF COQ. THE USER SHOULD USE {\tt List.v} INSTEAD. + \end{itemize} |