aboutsummaryrefslogtreecommitdiff
path: root/theories/Sets/Uniset.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Sets/Uniset.v')
-rw-r--r--theories/Sets/Uniset.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Sets/Uniset.v b/theories/Sets/Uniset.v
index f89cda344a..5d9162fdbe 100644
--- a/theories/Sets/Uniset.v
+++ b/theories/Sets/Uniset.v
@@ -28,7 +28,7 @@ Definition Fullset := (Charac [a:A]true).
Definition Singleton := [a:A](Charac [a':A]
Case (eqA_dec a a') of
[h:(eqA a a')] true
- [h:~(eqA a a')] false end).
+ [h: ~(eqA a a')] false end).
Definition In : uniset -> A -> Prop :=
[s:uniset][a:A](charac s a)=true.