From 2e7aca462b7556a3a7369de030bbac8d8205aa92 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 13 Apr 2010 19:52:58 +0000 Subject: [PATCH] same heads different arity -> INCOMPARABLE From: tassi --- helm/software/components/ng_paramodulation/orderings.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2