X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FnCicParamod.ml;h=379aca1dcf906d8d96624a24f7d3e115cffa19bb;hb=a872dba2b03e27967d5b9b51e950e85967340e52;hp=6c1aa695ee231f91692a89d46ca9accefb1e09e8;hpb=8f5f3f5c96fd3ab0c466b828a731b8517a91bbd0;p=helm.git diff --git a/helm/software/components/ng_paramodulation/nCicParamod.ml b/helm/software/components/ng_paramodulation/nCicParamod.ml index 6c1aa695e..379aca1dc 100644 --- a/helm/software/components/ng_paramodulation/nCicParamod.ml +++ b/helm/software/components/ng_paramodulation/nCicParamod.ml @@ -25,7 +25,7 @@ let nparamod rdb metasenv subst context t table = in let module P = Paramod.Paramod(B) in let module Pp = Pp.Pp(B) in - let bag, maxvar = Terms.M.empty, 0 in + let bag, maxvar = Terms.empty_bag, 0 in let (bag,maxvar), passives = HExtlib.list_mapi_acc (fun x _ a -> P.mk_passive a x) (bag,maxvar) table in