]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/utils.mli
incomplete snapshot ....
[helm.git] / helm / ocaml / paramodulation / utils.mli
index e69caed4d6644bf46c9704b76006bcc1c8b94c43..910c4a651940d11e25afeb5b44539e8eb3c3af9d 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
 
@@ -41,3 +43,11 @@ type pos = Left | Right
 val string_of_pos: pos -> string
 
 val compute_equality_weight: Cic.term -> Cic.term -> Cic.term -> int
+
+val debug_print: string Lazy.t -> unit
+
+val eq_ind_URI: unit -> UriManager.uri
+val eq_ind_r_URI: unit -> UriManager.uri
+val sym_eq_URI: unit -> UriManager.uri
+val eq_XURI: unit -> UriManager.uri
+val trans_eq_URI: unit -> UriManager.uri