aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Sets/Relations_2_facts.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-12 16:25:29 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-12 16:25:29 +0000
commit04a0a522a9a69e3cf1368110207af095a5860e7e (patch)
treef4bda06061e04a1a3e6a455045e94df918ffbd74 /theories/Sets/Relations_2_facts.v
parent4267ff3c8365584620c47b2a31ff5060a129560f (diff)
Parentheses
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@703 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Sets/Relations_2_facts.v')
-rwxr-xr-xtheories/Sets/Relations_2_facts.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Sets/Relations_2_facts.v b/theories/Sets/Relations_2_facts.v
index d5854165a..05f3753be 100755
--- a/theories/Sets/Relations_2_facts.v
+++ b/theories/Sets/Relations_2_facts.v
@@ -38,7 +38,7 @@ Qed.
Theorem Rstar_contains_R :
(U: Type) (R: (Relation U)) (contains U (Rstar U R) R).
Proof.
-(Intros U R; Red); Intros x y H'; Apply Rstar_n with y; Auto with sets.
+Intros U R; Red; Intros x y H'; Apply Rstar_n with y; Auto with sets.
Qed.
Theorem Rstar_contains_Rplus :