X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FnCicProof.ml;h=9223d1bcb12ae0b106bcd5260c5349e0473726f1;hb=772def9075b7b62870ebf4cecec6bcd37a549b1d;hp=37abd6edfc2809c2a91bb9b9bb2e03489f48c8ba;hpb=895efaa0e4375de535226002fcb1ed14d1fa8301;p=helm.git diff --git a/helm/software/components/ng_paramodulation/nCicProof.ml b/helm/software/components/ng_paramodulation/nCicProof.ml index 37abd6edf..9223d1bcb 100644 --- a/helm/software/components/ng_paramodulation/nCicProof.ml +++ b/helm/software/components/ng_paramodulation/nCicProof.ml @@ -120,7 +120,7 @@ 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,_) ->