From 6e9833ff8664143f8916caf98f0818322e7ff9a1 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 21 Sep 2005 12:10:35 +0000 Subject: [PATCH] ... --- helm/ocaml/paramodulation/indexing.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/ocaml/paramodulation/indexing.ml b/helm/ocaml/paramodulation/indexing.ml index 3361f5a3b..8ced53889 100644 --- a/helm/ocaml/paramodulation/indexing.ml +++ b/helm/ocaml/paramodulation/indexing.ml @@ -1029,13 +1029,13 @@ let rec demodulation_goal newmeta env table goal = in match proof with | Inference.NoProof -> - debug_print "replacing a NoProof"; + debug_print (lazy "replacing a NoProof"); pb | Inference.BasicProof _ -> - debug_print "replacing a BasicProof"; + debug_print (lazy "replacing a BasicProof"); pb | Inference.ProofGoalBlock (_, parent_proof) -> - debug_print "replacing another ProofGoalBlock"; + debug_print (lazy "replacing another ProofGoalBlock"); Inference.ProofGoalBlock (pb, parent_proof) | _ -> assert false in -- 2.39.2