]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/utils.mli
added some typechecks to avoid using equations with the wrong type
[helm.git] / helm / ocaml / paramodulation / utils.mli
index e69caed4d6644bf46c9704b76006bcc1c8b94c43..0187f94a7bff5a429a6656186465be79ff2b24e4 100644 (file)
@@ -41,3 +41,5 @@ 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