aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Lists/Streams.v
diff options
context:
space:
mode:
authorGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-20 16:00:43 +0000
committerGravatar coq <coq@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-20 16:00:43 +0000
commitd857c99c6c985eb36ce8a4b2667dc0b5ccca115c (patch)
tree2ea53c80dd3319b24c38b15cb5be5a582c9b302a /theories/Lists/Streams.v
parent4837b599b4f158decc91f615a25e3a636c6ced5d (diff)
Library doc adjustments (until page 140)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1655 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Lists/Streams.v')
-rwxr-xr-xtheories/Lists/Streams.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Lists/Streams.v b/theories/Lists/Streams.v
index 9dc01f0a1..16c88e598 100755
--- a/theories/Lists/Streams.v
+++ b/theories/Lists/Streams.v
@@ -125,11 +125,11 @@ Section Stream_Properties.
Variable P : Stream->Prop.
-(*
+(*i
Inductive Exists : Stream -> Prop :=
Here : (x:Stream)(P x) ->(Exists x) |
Further : (x:Stream)~(P x)->(Exists (tl x))->(Exists x).
-*)
+i*)
Inductive Exists : Stream -> Prop :=
Here : (x:Stream)(P x) ->(Exists x) |