aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorfilliatr2003-06-16 07:26:13 +0000
committerfilliatr2003-06-16 07:26:13 +0000
commiteedd33040777e1114fd3a9aa838496390ce94d06 (patch)
treeb7aefe48135c2d640163a9523b32d971dc58a115 /theories
parent6df339ed3ed3fb7dfa8f63b0f7e33a43daa26249 (diff)
reparation fsets suite a changement de Ground
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4168 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
-rw-r--r--theories/FSets/FSetBridge.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/FSets/FSetBridge.v b/theories/FSets/FSetBridge.v
index c3a4be64d2..d099f8114a 100644
--- a/theories/FSets/FSetBridge.v
+++ b/theories/FSets/FSetBridge.v
@@ -646,7 +646,6 @@ Module NodepOfDep [M:Sdep] <: S with Module E := M.E.
Generalize (H (compat_P_aux C)); Clear H; Intro H.
Simpl; Unfold Equal; Intuition.
Apply filter_3; Ground.
- Apply (H0 a); Auto.
Elim (H2 a); Intros.
Assert (In a s).
EApply filter_1; EAuto.
@@ -667,7 +666,6 @@ Module NodepOfDep [M:Sdep] <: S with Module E := M.E.
Generalize C; Unfold compat_bool; Intros; Apply (f_equal ?? negb); Auto.
Simpl; Unfold Equal; Intuition.
Apply filter_3; Ground.
- Generalize (H a H1); Case (f a); Intuition.
Elim (H2 a); Intros.
Assert (In a s).
EApply filter_1; EAuto.