X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FnCicProof.ml;fp=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2FnCicProof.ml;h=aadaafb5ae61a3276e26ccaec2069b08e76a6736;hb=38c54dd8e2234836d5f3e8011c478daf7d59fa25;hp=b1373819ced7250bd7ae2a01d04a06a874383c67;hpb=8a3045a162622e8a76ffdb267309faff496ee7ec;p=helm.git diff --git a/helm/software/components/ng_paramodulation/nCicProof.ml b/helm/software/components/ng_paramodulation/nCicProof.ml index b1373819c..aadaafb5a 100644 --- a/helm/software/components/ng_paramodulation/nCicProof.ml +++ b/helm/software/components/ng_paramodulation/nCicProof.ml @@ -122,7 +122,8 @@ let get_literal id = let (_, nlit, plit, vl, proof),_,_ = Terms.get_from_bag id bag in let lit = match nlit,plit with - | [],[Terms.Equation (l,r,ty,_),_] -> + | [Terms.Equation (l,r,ty,_),_],[] + | [],[Terms.Equation (l,r,ty,_),_] -> Terms.Node [ Terms.Leaf eqP(); ty; l; r] | _ -> assert false in