diff options
Diffstat (limited to 'theories/Lists/intro.tex')
-rwxr-xr-x | theories/Lists/intro.tex | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/theories/Lists/intro.tex b/theories/Lists/intro.tex index 0051e2c2..d372de8e 100755 --- a/theories/Lists/intro.tex +++ b/theories/Lists/intro.tex @@ -13,12 +13,8 @@ This library includes the following files: \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 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 + co-inductive type. Basic facts are stated and proved. The streams are also polymorphic. \end{itemize} |