X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fparamodulation%2Futils.mli;h=7814a4b88d3eed6c83e0f57d7e8ff0c0522155e2;hb=259a4a2080cc5af5b20da1cd9133eb32f28c5d8f;hp=0187f94a7bff5a429a6656186465be79ff2b24e4;hpb=cb983fed69f0d209e19e22f3abcac5041f5f4a63;p=helm.git diff --git a/helm/ocaml/paramodulation/utils.mli b/helm/ocaml/paramodulation/utils.mli index 0187f94a7..7814a4b88 100644 --- a/helm/ocaml/paramodulation/utils.mli +++ b/helm/ocaml/paramodulation/utils.mli @@ -29,6 +29,8 @@ val symbols_of_term: Cic.term -> int TermMap.t val lpo: Cic.term -> Cic.term -> comparison +val kbo: Cic.term -> Cic.term -> comparison + (** term-ordering function settable by the user *) val compare_terms: (Cic.term -> Cic.term -> comparison) ref @@ -42,4 +44,4 @@ val string_of_pos: pos -> string val compute_equality_weight: Cic.term -> Cic.term -> Cic.term -> int -val debug_print: string -> unit +val debug_print: string Lazy.t -> unit