X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Forderings.ml;h=1e143605b99f13127a80b72a202a56d7851bdb91;hb=7b8200f8aaf14195c0817e13234c712e7ab18eb6;hp=024056ea221d6e2f4ec1c1f4f093716dc19655c2;hpb=509151febaf7817e5b6ac4bd22a3d9ffa1d9a1be;p=helm.git diff --git a/helm/software/components/ng_paramodulation/orderings.ml b/helm/software/components/ng_paramodulation/orderings.ml index 024056ea2..1e143605b 100644 --- a/helm/software/components/ng_paramodulation/orderings.ml +++ b/helm/software/components/ng_paramodulation/orderings.ml @@ -416,7 +416,8 @@ module LPO (B : Terms.Blob) = struct if List.for_all (fun x -> lpo x t = XLT) tl1 then XLT else XINCOMPARABLE | o -> o) - with Invalid_argument _ -> assert false) + with Invalid_argument _ -> (* assert false *) + XINCOMPARABLE) | XINCOMPARABLE -> XINCOMPARABLE | _ -> assert false end