]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicProof.ml
Moved ID management inside the bag
[helm.git] / helm / software / components / ng_paramodulation / nCicProof.ml
index 37abd6edfc2809c2a91bb9b9bb2e03489f48c8ba..0dbaa1a8f3261d39f601cb4aed85076036d600c7 100644 (file)
        t vl  
     in
     let get_literal id =
-      let (_, lit, vl, proof),_ = Terms.M.find id bag in
+      let (_, lit, vl, proof),_ = Terms.get_from_bag id bag in
       let lit =match lit with 
           | Terms.Predicate t -> assert false 
           | Terms.Equation (l,r,ty,_) ->