]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/foUtils.ml
Various fixes
[helm.git] / helm / software / components / ng_paramodulation / foUtils.ml
index 26b7f6fa4b2e1abec80070352d5dbb502d1f99b8..4c99f5b9cbe3b546c4896dd54beb71880c9b13d3 100644 (file)
@@ -130,7 +130,7 @@ module Utils (B : Terms.Blob) = struct
   let add_to_bag bag  (_,lit,vl,proof) =
     let id = mk_id () in
     let clause = (id, lit, vl, proof) in
-    let bag = Terms.M.add id clause bag in
+    let bag = Terms.M.add id (clause,false) bag in
     bag, clause 
    ;;