From 30de194fa897bb44858c92dd458041bb2d2df9fe Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 7 Nov 2000 10:27:44 +0000 Subject: Orthographe git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@813 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Lists/Streams.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theories') diff --git a/theories/Lists/Streams.v b/theories/Lists/Streams.v index 9895af8ae..e94bb0ee4 100755 --- a/theories/Lists/Streams.v +++ b/theories/Lists/Streams.v @@ -154,8 +154,8 @@ CoFixpoint map : (Stream A)->(Stream B) := End Map. Section Constant_Stream. -Variables A : Set. -Variable a : A. +Variable A : Set. +Variable a : A. CoFixpoint const : (Stream A) := (Cons a const). End Constant_Stream. -- cgit v1.2.3