]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/utils.mli
All the debug_print are now lazy.
[helm.git] / helm / ocaml / paramodulation / utils.mli
index 34e261d1749884782353d6755b966be0a1026131..7814a4b88d3eed6c83e0f57d7e8ff0c0522155e2 100644 (file)
@@ -44,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