X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fparamodulation%2Futils.mli;h=0187f94a7bff5a429a6656186465be79ff2b24e4;hb=f981a524748846acc29b76b6e616af110b4ee13d;hp=e69caed4d6644bf46c9704b76006bcc1c8b94c43;hpb=2daf59a983cae8151e513196577ae77b1d12e157;p=helm.git diff --git a/helm/ocaml/paramodulation/utils.mli b/helm/ocaml/paramodulation/utils.mli index e69caed4d..0187f94a7 100644 --- a/helm/ocaml/paramodulation/utils.mli +++ b/helm/ocaml/paramodulation/utils.mli @@ -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