aboutsummaryrefslogtreecommitdiff
path: root/contrib/first-order/sequent.ml
diff options
context:
space:
mode:
authorcorbinea2003-05-25 19:44:31 +0000
committercorbinea2003-05-25 19:44:31 +0000
commitcb134451453a608cc486c1235fde2e08b7eab254 (patch)
treef3b607367167c00f2834c753899527a034d0ae25 /contrib/first-order/sequent.ml
parentea484db49c183ab900a78204e4bb7ec233578bff (diff)
Ground and CCsolve updates
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4075 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/first-order/sequent.ml')
-rw-r--r--contrib/first-order/sequent.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/first-order/sequent.ml b/contrib/first-order/sequent.ml
index 1684716d1f..690feb874a 100644
--- a/contrib/first-order/sequent.ml
+++ b/contrib/first-order/sequent.ml
@@ -34,7 +34,7 @@ let priority = function (* pure heuristics, <=0 for non reversible *)
| LLand (_,_) -> 80
| LLor (_,_) -> 70
| LLforall _ -> -20
- | LLexists (_,_,_,_) -> 50
+ | LLexists (_,_) -> 50
| LLarrow (_,_,_) -> -10
| LLevaluable _ -> 100