aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Sets/Relations_3.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Sets/Relations_3.v')
-rwxr-xr-xtheories/Sets/Relations_3.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Sets/Relations_3.v b/theories/Sets/Relations_3.v
index 1fe689002..d84884d41 100755
--- a/theories/Sets/Relations_3.v
+++ b/theories/Sets/Relations_3.v
@@ -34,7 +34,7 @@ Section Relations_3.
Variable R : Relation U.
Definition coherent (x y:U) : Prop :=
- exists z : _ | Rstar U R x z /\ Rstar U R y z.
+ exists z : _, Rstar U R x z /\ Rstar U R y z.
Definition locally_confluent (x:U) : Prop :=
forall y z:U, R x y -> R x z -> coherent y z.