aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/first-order
diff options
context:
space:
mode:
authorGravatar corbinea <corbinea@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-07-03 07:38:46 +0000
committerGravatar corbinea <corbinea@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-07-03 07:38:46 +0000
commit44fcc9da6b199bffc981a37d45d32447f4a4bd29 (patch)
tree7f0d4696b282cf464217a288a21839f822408b44 /contrib/first-order
parent3bf1c17402769a3b400a8a063303c4844915f022 (diff)
modification ground
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4218 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/first-order')
-rw-r--r--contrib/first-order/formula.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/first-order/formula.ml b/contrib/first-order/formula.ml
index 96f6930ca..4a76a4dcd 100644
--- a/contrib/first-order/formula.ml
+++ b/contrib/first-order/formula.ml
@@ -184,7 +184,7 @@ let build_atoms gl metagen side cciterm =
| Hint ->
let rels,head=decompose_prod cciterm in
let env=List.rev (List.map (fun _->mkMeta (metagen true)) rels) in
- build_rec env false head
+ build_rec env false head;trivial:=false (* special for hints *)
end;
(!trivial,
{positive= !positive;