]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/utils.mli
some fixes
[helm.git] / helm / ocaml / paramodulation / utils.mli
index 0187f94a7bff5a429a6656186465be79ff2b24e4..34e261d1749884782353d6755b966be0a1026131 100644 (file)
@@ -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