diff options
| author | corbinea | 2003-05-25 19:44:31 +0000 |
|---|---|---|
| committer | corbinea | 2003-05-25 19:44:31 +0000 |
| commit | cb134451453a608cc486c1235fde2e08b7eab254 (patch) | |
| tree | f3b607367167c00f2834c753899527a034d0ae25 /contrib/first-order/sequent.ml | |
| parent | ea484db49c183ab900a78204e4bb7ec233578bff (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.ml | 2 |
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 |
