]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/utils.mli
packaging cleanup: get rid of ancient debhelpers, use dh_install
[helm.git] / helm / ocaml / paramodulation / utils.mli
index 71f2fc1b5d5a3adee6f1d2634784b2c3797bb9f1..0187f94a7bff5a429a6656186465be79ff2b24e4 100644 (file)
@@ -5,7 +5,7 @@ type comparison = Lt | Le | Eq | Ge | Gt | Incomparable;;
 
 val print_metasenv: Cic.metasenv -> string
 
-val print_subst: Cic.substitution -> string
+val print_subst: ?prefix:string -> Cic.substitution -> string
 
 val string_of_weight: weight -> string
 
@@ -39,3 +39,7 @@ val string_of_sign: equality_sign -> string
 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 -> unit