diff options
-rw-r--r-- | contrib/first-order/formula.ml | 2 |
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; |