]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/utils.mli
New module HMysql (to abstract over Mysql and make profiling easier).
[helm.git] / helm / ocaml / paramodulation / utils.mli
index 0187f94a7bff5a429a6656186465be79ff2b24e4..7814a4b88d3eed6c83e0f57d7e8ff0c0522155e2 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
 
@@ -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