X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2Fring.ml;h=cebb4cf91b35416d73a637cbf73a7aabb5861136;hb=9415c1b38c7927adab499ddd75f9a19d650a9acd;hp=4691239f411eb78362ce68dc29e839450675c6e2;hpb=31851952e1cc2db59168c5fd6f6093d9bc37ea86;p=helm.git diff --git a/helm/ocaml/tactics/ring.ml b/helm/ocaml/tactics/ring.ml index 4691239f4..cebb4cf91 100644 --- a/helm/ocaml/tactics/ring.ml +++ b/helm/ocaml/tactics/ring.ml @@ -34,11 +34,12 @@ open HelmLibraryObjects (** perform debugging output? *) let debug = false +let debug_print = fun _ -> () (** debugging print *) let warn s = if debug then - prerr_endline ("RING WARNING: " ^ s) + debug_print ("RING WARNING: " ^ s) (** CIC URIS *)