aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/first-order/rules.ml5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/first-order/rules.ml b/contrib/first-order/rules.ml
index bd69262906..b047e01f16 100644
--- a/contrib/first-order/rules.ml
+++ b/contrib/first-order/rules.ml
@@ -153,9 +153,10 @@ let ll_arrow_tac a b c backtrack id continue seq=
[exact_no_check (constr_of_reference id);
tclTHENLIST
[generalize [d];
- introf;
clear_global id;
- tclCOMPLETE (wrap 1 true continue seq)]]])
+ introf;
+ introf;
+ tclCOMPLETE (wrap 2 true continue seq)]]])
backtrack
(* quantifier rules (easy side) *)